]> git.pld-linux.org Git - packages/dialog.git/blob - libtool.patch
- release 2
[packages/dialog.git] / libtool.patch
1 diff -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
7  ])dnl
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'
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=:
20 diff -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 @@
24  echo "$as_me: error: Cannot find libtool" >&2;}
25     { (exit 1); exit 1; }; }
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'
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.070043 seconds and 3 git commands to generate.