Gentoo Archives: gentoo-commits

From: "Timothy Redaelli (drizzt)" <drizzt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/cdk/files: cdk-5.0.20081105-ldflags.patch
Date: Mon, 02 Feb 2009 18:44:43
Message-Id: E1LU3mj-0001eu-UP@stork.gentoo.org
1 drizzt 09/02/02 18:44:41
2
3 Added: cdk-5.0.20081105-ldflags.patch
4 Log:
5 Version Bump
6 Fix for bug #186273 and #221611
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/cdk/files/cdk-5.0.20081105-ldflags.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cdk/files/cdk-5.0.20081105-ldflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/cdk/files/cdk-5.0.20081105-ldflags.patch?rev=1.1&content-type=text/plain
14
15 Index: cdk-5.0.20081105-ldflags.patch
16 ===================================================================
17 --- Makefile.in.orig 2008-10-31 00:40:47.000000000 +0100
18 +++ Makefile.in 2009-02-02 19:14:59.892008198 +0100
19 @@ -267,7 +267,7 @@
20 all cdklib :: $(DEFAULT)
21
22 $(CDKLIB) :: $(OBJECTS)
23 - @echo creating $@; $(LIBTOOL_CREATE) $@ $(LIB_OBJECT)
24 + @echo creating $@; $(LIBTOOL_CREATE) $@ $(LIB_OBJECT) $(LIBS)
25 @$(RANLIB) $@
26
27 cdkshlib $(CDKSHLIB) :: $(CDKSHOBJS)
28 --- aclocal.m4.orig 2009-02-02 19:13:54.256006211 +0100
29 +++ aclocal.m4 2009-02-02 19:14:39.332007971 +0100
30 @@ -2344,7 +2344,7 @@
31 AC_MSG_ERROR(Cannot find libtool)
32 fi
33 ])dnl
34 - LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
35 + LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LDFLAGS} ${LIBTOOL_OPTS} -o'
36 LIB_OBJECT='${OBJECTS:.o=.lo}'
37 LIB_SUFFIX=.la
38 LIB_CLEAN='${LIBTOOL} --mode=clean'
39 --- configure.orig 2009-02-02 19:30:01.000000000 +0100
40 +++ configure 2009-02-02 19:30:50.000000000 +0100
41 @@ -2904,7 +2904,7 @@
42 if test -z "$LIBTOOL" ; then
43 { echo "configure: error: Cannot find libtool" 1>&2; exit 1; }
44 fi
45 - LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
46 + LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LDFLAGS} ${LIBTOOL_OPTS} -o'
47 LIB_OBJECT='${OBJECTS:.o=.lo}'
48 LIB_SUFFIX=.la
49 LIB_CLEAN='${LIBTOOL} --mode=clean'