Package: openh323 Version: 1.18.0-2 Serverity: important Tags: patch Fixing bug #274738 for binutils will allow to build openh323 without the xgot hack on mips/mipsel. Since this may also break the existing xgot support, a rebuild with the appended patch modification is needed then.
Thiemo --- debian/patches/10_openh323u.mak.dpatch.old 2006-06-18 19:48:24.000000000 +0100 +++ debian/patches/10_openh323u.mak.dpatch 2006-06-18 19:52:36.000000000 +0100 @@ -26,17 +26,6 @@ exit 0 diff -urNad openh323-1.17.3~/openh323u.mak.in openh323-1.17.3/openh323u.mak.in --- openh323-1.17.3~/openh323u.mak.in 2006-01-29 17:51:48.000000000 +0000 +++ openh323-1.17.3/openh323u.mak.in 2006-01-29 17:52:16.000000000 +0000 -@@ -194,6 +194,10 @@ - - LIBDIRS += $(OPENH323DIR) - -+ifneq (,$(findstring mips, $(MACHTYPE))) -+STDCCFLAGS += -Wa,-xgot -+endif -+ - #OH323_SUPPRESS_H235 = 1 - - OH323_SRCDIR = $(OPENH323DIR)/src @@ -286,8 +290,8 @@ LDLIBS += -lvich263 endif # H323_VICH263 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]