Author: megabajt Date: Sun Jun 1 16:09:27 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix build with libtool 2.2
---- Files affected: SOURCES: epiphany-lt.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/epiphany-lt.patch diff -u /dev/null SOURCES/epiphany-lt.patch:1.1 --- /dev/null Sun Jun 1 18:09:27 2008 +++ SOURCES/epiphany-lt.patch Sun Jun 1 18:09:22 2008 @@ -0,0 +1,12 @@ +diff -urN epiphany-2.22.2/configure.ac epiphany-2.22.2.new/configure.ac +--- epiphany-2.22.2/configure.ac 2008-06-01 16:45:18.000000000 +0200 ++++ epiphany-2.22.2.new/configure.ac 2008-06-01 16:48:10.000000000 +0200 +@@ -66,6 +66,8 @@ + + AC_LIBTOOL_DLOPEN + AC_PROG_LIBTOOL ++dnl when using libtool 2.x create libtool early, because it's used in configure ++m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) + + AC_ISC_POSIX + AC_PROG_CC ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
