public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libtrash/files: libtrash-3.2-ldflags.patch
@ 2013-02-25 21:22 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2013-02-25 21:22 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/02/25 21:22:46

  Added:                libtrash-3.2-ldflags.patch
  Log:
  Revision bump: EAPI 5, respect LDFLAGS, wrt bug #334833, drop old revision. Thanks to Diego Elio Pettenò for discovering this issue
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.1                  sys-libs/libtrash/files/libtrash-3.2-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libtrash/files/libtrash-3.2-ldflags.patch?rev=1.1&view=markup
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

Index: libtrash-3.2-ldflags.patch
===================================================================
--- src/Makefile.orig	2013-02-26 01:16:14.367046358 +0400
+++ src/Makefile	2013-02-26 01:16:26.054046729 +0400
@@ -28,7 +28,7 @@
 	python ../scripts/get_symbol_versions.py
 	rm -f linking-helper
 	perl -w ../scripts/genconf.pl
-	$(CC) $(CFLAGS) $(SRC) -nostartfiles -shared -fPIC -Wl,-soname,libtrash.so.${MAJOR} \
+	$(CC) $(CFLAGS) $(SRC) -nostartfiles -shared -fPIC $(LDFLAGS) -Wl,-soname,libtrash.so.${MAJOR} \
         -o libtrash.so.${VERSION} -ldl
 
 install-libtrash: 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-25 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 21:22 [gentoo-commits] gentoo-x86 commit in sys-libs/libtrash/files: libtrash-3.2-ldflags.patch Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox