packages: dialog/libtool.patch - updated for 1.1-20100119

paszczus paszczus at pld-linux.org
Wed Jan 20 12:17:23 CET 2010


Author: paszczus                     Date: Wed Jan 20 11:17:23 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 1.1-20100119

---- Files affected:
packages/dialog:
   libtool.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/dialog/libtool.patch
diff -u packages/dialog/libtool.patch:1.1 packages/dialog/libtool.patch:1.2
--- packages/dialog/libtool.patch:1.1	Mon Jul 20 01:29:54 2009
+++ packages/dialog/libtool.patch	Wed Jan 20 12:17:18 2010
@@ -1,11 +1,12 @@
---- dialog-1.1-20080819/aclocal.m4~	2007-07-04 22:37:45.000000000 +0300
-+++ dialog-1.1-20080819/aclocal.m4	2009-07-20 01:59:52.548835437 +0300
-@@ -3071,12 +3071,12 @@
-  		AC_MSG_ERROR(Cannot find libtool)
-  	fi
+diff -ur dialog-1.1-20100119/aclocal.m4 dialog-1.1-20100119.new/aclocal.m4
+--- dialog-1.1-20100119/aclocal.m4	2010-01-18 02:38:22.000000000 +0100
++++ dialog-1.1-20100119.new/aclocal.m4	2010-01-20 12:14:13.633490244 +0100
+@@ -3287,12 +3287,12 @@
+ 		AC_MSG_ERROR(Cannot find libtool)
+ 	fi
  ])dnl
--	LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
-+	LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
+-	LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
++	LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
  	LIB_OBJECT='${OBJECTS:.o=.lo}'
  	LIB_SUFFIX=.la
  	LIB_CLEAN='${LIBTOOL} --mode=clean'
@@ -16,16 +17,15 @@
  	LIB_INSTALL='${LIBTOOL} --mode=install'
  	LIB_UNINSTALL='${LIBTOOL} --mode=uninstall'
  	LIB_PREP=:
-
-the regeneration is fcked up (i wonder how did the upstream regenerates stuff) so patch the configure script too
---- dialog-1.1-20080819/configure~	2008-03-16 20:54:16.000000000 +0200
-+++ dialog-1.1-20080819/configure	2009-07-20 02:26:24.085085686 +0300
-@@ -7217,12 +7217,12 @@
+diff -ur dialog-1.1-20100119/configure dialog-1.1-20100119.new/configure
+--- dialog-1.1-20100119/configure	2010-01-19 11:36:35.000000000 +0100
++++ dialog-1.1-20100119.new/configure	2010-01-20 12:14:58.156816637 +0100
+@@ -8248,12 +8248,12 @@
  echo "$as_me: error: Cannot find libtool" >&2;}
     { (exit 1); exit 1; }; }
-  	fi
--	LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
-+	LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
+ 	fi
+-	LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
++	LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
  	LIB_OBJECT='${OBJECTS:.o=.lo}'
  	LIB_SUFFIX=.la
  	LIB_CLEAN='${LIBTOOL} --mode=clean'
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dialog/libtool.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list