]> git.pld-linux.org Git - packages/dialog.git/blame - libtool.patch
- updated for 1.1-20100119
[packages/dialog.git] / libtool.patch
CommitLineData
a5ff4a80
SP
1diff -ur dialog-1.1-20100119/aclocal.m4 dialog-1.1-20100119.new/aclocal.m4
2--- dialog-1.1-20100119/aclocal.m4 2010-01-18 02:38:22.000000000 +0100
3+++ dialog-1.1-20100119.new/aclocal.m4 2010-01-20 12:14:13.633490244 +0100
4@@ -3287,12 +3287,12 @@
5 AC_MSG_ERROR(Cannot find libtool)
6 fi
d5b093b5 7 ])dnl
a5ff4a80
SP
8- LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
9+ LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
d5b093b5
ER
10 LIB_OBJECT='${OBJECTS:.o=.lo}'
11 LIB_SUFFIX=.la
12 LIB_CLEAN='${LIBTOOL} --mode=clean'
13- LIB_COMPILE='${LIBTOOL} --mode=compile'
14- LIB_LINK='${LIBTOOL} --mode=link ${CC} ${LIBTOOL_OPTS}'
15+ LIB_COMPILE='${LIBTOOL} --mode=compile --tag=CC'
16+ LIB_LINK='${LIBTOOL} --mode=link --tag=CC ${CC} ${LIBTOOL_OPTS}'
17 LIB_INSTALL='${LIBTOOL} --mode=install'
18 LIB_UNINSTALL='${LIBTOOL} --mode=uninstall'
19 LIB_PREP=:
a5ff4a80
SP
20diff -ur dialog-1.1-20100119/configure dialog-1.1-20100119.new/configure
21--- dialog-1.1-20100119/configure 2010-01-19 11:36:35.000000000 +0100
22+++ dialog-1.1-20100119.new/configure 2010-01-20 12:14:58.156816637 +0100
23@@ -8248,12 +8248,12 @@
d5b093b5
ER
24 echo "$as_me: error: Cannot find libtool" >&2;}
25 { (exit 1); exit 1; }; }
a5ff4a80
SP
26 fi
27- LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
28+ LIB_CREATE='${LIBTOOL} --mode=link --tag=CC ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} -o'
d5b093b5
ER
29 LIB_OBJECT='${OBJECTS:.o=.lo}'
30 LIB_SUFFIX=.la
31 LIB_CLEAN='${LIBTOOL} --mode=clean'
32- LIB_COMPILE='${LIBTOOL} --mode=compile'
33- LIB_LINK='${LIBTOOL} --mode=link ${CC} ${LIBTOOL_OPTS}'
34+ LIB_COMPILE='${LIBTOOL} --mode=compile --tag=CC'
35+ LIB_LINK='${LIBTOOL} --mode=link --tag=CC ${CC} ${LIBTOOL_OPTS}'
36 LIB_INSTALL='${LIBTOOL} --mode=install'
37 LIB_UNINSTALL='${LIBTOOL} --mode=uninstall'
38 LIB_PREP=:
This page took 0.073448 seconds and 4 git commands to generate.