Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libtrash/files: libtrash-3.2-ldflags.patch
Date: Mon, 25 Feb 2013 21:22:51
Message-Id: 20130225212246.D03AF20081@flycatcher.gentoo.org
1 pinkbyte 13/02/25 21:22:46
2
3 Added: libtrash-3.2-ldflags.patch
4 Log:
5 Revision bump: EAPI 5, respect LDFLAGS, wrt bug #334833, drop old revision. Thanks to Diego Elio Pettenò for discovering this issue
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.1 sys-libs/libtrash/files/libtrash-3.2-ldflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libtrash/files/libtrash-3.2-ldflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libtrash/files/libtrash-3.2-ldflags.patch?rev=1.1&content-type=text/plain
14
15 Index: libtrash-3.2-ldflags.patch
16 ===================================================================
17 --- src/Makefile.orig 2013-02-26 01:16:14.367046358 +0400
18 +++ src/Makefile 2013-02-26 01:16:26.054046729 +0400
19 @@ -28,7 +28,7 @@
20 python ../scripts/get_symbol_versions.py
21 rm -f linking-helper
22 perl -w ../scripts/genconf.pl
23 - $(CC) $(CFLAGS) $(SRC) -nostartfiles -shared -fPIC -Wl,-soname,libtrash.so.${MAJOR} \
24 + $(CC) $(CFLAGS) $(SRC) -nostartfiles -shared -fPIC $(LDFLAGS) -Wl,-soname,libtrash.so.${MAJOR} \
25 -o libtrash.so.${VERSION} -ldl
26
27 install-libtrash: