public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/botan/files: botan-1.8.2-respect_LDFLAGS.patch
@ 2009-06-06 20:04 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-06-06 20:04 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/06/06 20:04:08

  Added:                botan-1.8.2-respect_LDFLAGS.patch
  Log:
  Version bump. Respect LDFLAGS. Fix building with --as-needed (bug #272242).
  (Portage version: 13628-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/botan/files/botan-1.8.2-respect_LDFLAGS.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/files/botan-1.8.2-respect_LDFLAGS.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/botan/files/botan-1.8.2-respect_LDFLAGS.patch?rev=1.1&content-type=text/plain

Index: botan-1.8.2-respect_LDFLAGS.patch
===================================================================
--- src/build-data/makefile/unix_shr.in
+++ src/build-data/makefile/unix_shr.in
@@ -88,7 +88,7 @@
 # Link Commands                                  #
 ##################################################
 $(CHECK): $(LIBRARIES) $(CHECKOBJS)
-	$(CXX) $(CHECKOBJS) -L. -lbotan-@{var:version} $(LINK_TO) -o $(CHECK)
+	$(CXX) $(LDFLAGS) $(CHECKOBJS) -o $(CHECK) -L. -lbotan-@{var:version} $(LINK_TO)
 
 $(STATIC_LIB): $(LIBOBJS)
 	$(RM) $(STATIC_LIB)
@@ -96,7 +96,7 @@
 	$(RANLIB) $(STATIC_LIB)
 
 $(SHARED_LIB): $(LIBOBJS)
-	$(SO_LINK_CMD) $(LINK_TO) $(LIBOBJS) -o $(SHARED_LIB)
+	$(SO_LINK_CMD) $(LDFLAGS) $(LIBOBJS) -o $(SHARED_LIB) $(LINK_TO)
 	$(LN) $(SHARED_LIB) $(SYMLINK)
 
 ##################################################






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/botan/files: botan-1.8.2-respect_LDFLAGS.patch
@ 2009-09-13  0:09 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-09-13  0:09 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/09/13 00:09:52

  Removed:              botan-1.8.2-respect_LDFLAGS.patch
  Log:
  Version bump.
  (Portage version: 14240-svn/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-13  0:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 20:04 [gentoo-commits] gentoo-x86 commit in dev-libs/botan/files: botan-1.8.2-respect_LDFLAGS.patch Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-13  0:09 Arfrever Frehtes Taifersar Arahesis (arfrever)

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