Author: qboosh Date: Tue Mar 11 19:14:56 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - early libtool generation when using libtool 2.2
---- Files affected: SOURCES: glib2-lt.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/glib2-lt.patch diff -u /dev/null SOURCES/glib2-lt.patch:1.1 --- /dev/null Tue Mar 11 20:14:56 2008 +++ SOURCES/glib2-lt.patch Tue Mar 11 20:14:51 2008 @@ -0,0 +1,11 @@ +--- glib-2.16.1/configure.in.orig 2008-03-11 01:39:26.000000000 +0100 ++++ glib-2.16.1/configure.in 2008-03-11 19:06:21.452494461 +0100 +@@ -503,6 +503,8 @@ + AM_DISABLE_STATIC + AC_LIBTOOL_WIN32_DLL + AM_PROG_LIBTOOL ++dnl when using libtool 2.x create libtool early, because it's used in configure ++m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) + + if test "x$GCC" = "xyes"; then + case " $CFLAGS " in ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
