vp-build/templates/gettext-runtime-fix-build.diff

24 lines
671 B
Diff

Don't link against libintl from base, will cause conflicts when this
package is installed.
--- Makefile.in.orig 2008-10-11 09:28:14.000000000 +0200
+++ Makefile.in 2008-10-11 09:28:32.000000000 +0200
@@ -350,7 +350,7 @@ LDFLAGS = @LDFLAGS@
LIBGRT_LIBDEPS = @LIBGRT_LIBDEPS@
LIBGRT_LTLIBDEPS = @LIBGRT_LTLIBDEPS@
LIBICONV = @LIBICONV@
-LIBINTL = @LIBINTL@
+LIBINTL =
LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
LIBPTH = @LIBPTH@
@@ -362,7 +362,7 @@ LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBC = @LTLIBC@
LTLIBICONV = @LTLIBICONV@
-LTLIBINTL = @LTLIBINTL@
+LTLIBINTL =
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@