diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-02 18:44:41 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-02 18:44:41 +0000 |
commit | a16863516914eac968543b6f35d21b38d187fd36 (patch) | |
tree | 212d625f8be82d791c02cf325efccb97dbc61bee /dev-libs/cdk/files | |
parent | Version bump to Jan 30 version (which was delayed because of a cron job failu... (diff) | |
download | gentoo-2-a16863516914eac968543b6f35d21b38d187fd36.tar.gz gentoo-2-a16863516914eac968543b6f35d21b38d187fd36.tar.bz2 gentoo-2-a16863516914eac968543b6f35d21b38d187fd36.zip |
Version Bump
Fix for bug #186273 and #221611
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/cdk/files')
-rw-r--r-- | dev-libs/cdk/files/cdk-5.0.20081105-ldflags.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-libs/cdk/files/cdk-5.0.20081105-ldflags.patch b/dev-libs/cdk/files/cdk-5.0.20081105-ldflags.patch new file mode 100644 index 000000000000..b4cf4ddc9758 --- /dev/null +++ b/dev-libs/cdk/files/cdk-5.0.20081105-ldflags.patch @@ -0,0 +1,33 @@ +--- Makefile.in.orig 2008-10-31 00:40:47.000000000 +0100 ++++ Makefile.in 2009-02-02 19:14:59.892008198 +0100 +@@ -267,7 +267,7 @@ + all cdklib :: $(DEFAULT) + + $(CDKLIB) :: $(OBJECTS) +- @echo creating $@; $(LIBTOOL_CREATE) $@ $(LIB_OBJECT) ++ @echo creating $@; $(LIBTOOL_CREATE) $@ $(LIB_OBJECT) $(LIBS) + @$(RANLIB) $@ + + cdkshlib $(CDKSHLIB) :: $(CDKSHOBJS) +--- aclocal.m4.orig 2009-02-02 19:13:54.256006211 +0100 ++++ aclocal.m4 2009-02-02 19:14:39.332007971 +0100 +@@ -2344,7 +2344,7 @@ + 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 ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LDFLAGS} ${LIBTOOL_OPTS} -o' + LIB_OBJECT='${OBJECTS:.o=.lo}' + LIB_SUFFIX=.la + LIB_CLEAN='${LIBTOOL} --mode=clean' +--- configure.orig 2009-02-02 19:30:01.000000000 +0100 ++++ configure 2009-02-02 19:30:50.000000000 +0100 +@@ -2904,7 +2904,7 @@ + if test -z "$LIBTOOL" ; then + { echo "configure: error: Cannot find libtool" 1>&2; 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 ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LDFLAGS} ${LIBTOOL_OPTS} -o' + LIB_OBJECT='${OBJECTS:.o=.lo}' + LIB_SUFFIX=.la + LIB_CLEAN='${LIBTOOL} --mode=clean' |