This patch makes the build system pass -Wl,-rpath=$out/lib even for libraries (it already does so for executables, thanks to 'DO_GNU_APP' in 'Makefile.shared'.) --- openssl-1.0.2a/Makefile.shared 2015-04-05 01:07:35.357602454 +0200 +++ openssl-1.0.2a/Makefile.shared 2015-04-05 01:09:50.474513303 +0200 @@ -106,7 +106,7 @@ LINK_SO= \ LIBPATH=`for x in $$LIBDEPS; do echo $$x; done | sed -e 's/^ *-L//;t' -e d | uniq`; \ LIBPATH=`echo $$LIBPATH | sed -e 's/ /:/g'`; \ LD_LIBRARY_PATH=$$LIBPATH:$$LD_LIBRARY_PATH \ - $${SHAREDCMD} $${SHAREDFLAGS} \ + $${SHAREDCMD} $${SHAREDFLAGS} -Wl,-rpath,$(LIBRPATH) \ -o $$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX \ $$ALLSYMSFLAGS $$SHOBJECTS $$NOALLSYMSFLAGS $$LIBDEPS \ ) && $(SYMLINK_SO) ected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2015-07-19AUTHORS: Remove the hand-made list of people....Ludovic Courtès
2015-07-04Clean up 'THANKS' and 'AUTHORS'....Alex Kost
2015-06-27Add Claes Wallin to 'AUTHORS'.Alex Kost
2015-04-26gnu: Add guile-minikanren....Christopher Allan Webber
2015-04-05Add Andy to 'AUTHORS'.Ludovic Courtès
2015-03-09Add Paul to 'AUTHORS'.Mark H Weaver
2015-03-09Add Alexander to 'AUTHORS'.Ludovic Courtès
2015-02-20Add David Hashe to 'AUTHORS'.Andreas Enge
2015-02-02Add Deck to 'AUTHORS'.Ludovic Courtès
2015-01-24Add Ricardo to 'AUTHORS'.Ludovic Courtès
2014-12-09Add Tomáš to 'AUTHORS'.Ludovic Courtès
2014-11-18Add Julien to 'AUTHORS'.Ludovic Courtès
2014-11-14Add the name of Sou Bunnbu in its original script to 'AUTHORS'.Ludovic Courtès
2014-11-12Add Sun Bunnbu to 'AUTHORS'.Ludovic Courtès
2014-10-26Update name and email address for Joshua Grant.Joshua Grant
2014-10-08Add Federico to 'AUTHORS'.Ludovic Courtès
2014-09-10Add Marek to 'AUTHORS'.Ludovic Courtès