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) selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/glob.scm
guix/log/gnu/packages/man.scm?id=f8c143a7131d6f40f387f4cd2ad1fa78b5e2f429&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2019-08-21gnu: help2man: Update to 1.47.11....Tobias Geerinckx-Rice
2019-08-03gnu: man-pages: Update to 5.02....Tobias Geerinckx-Rice
2019-05-24gnu: help2man: Update to 1.47.10....Marius Bakke
2019-05-11gnu: man-db: Update to 2.8.5....Tobias Geerinckx-Rice
2019-05-09gnu: man-pages: Update to 5.01....Tobias Geerinckx-Rice
2019-03-08gnu: man-pages: Update to 5.00....Tobias Geerinckx-Rice
2019-03-05gnu: scdoc: Update to 1.9.4....Rutger Helling
2019-02-27gnu: libpipeline: Update to 1.5.1....Tobias Geerinckx-Rice
2019-01-31gnu: scdoc: Update to 1.8.1....Rutger Helling
2019-01-17Revert "Revert "gnu: man-db: Embed absolute reference to 'preconv'.""...Marius Bakke
2019-01-16gnu: Move dbm databases to new module....Ricardo Wurmus
2018-12-20gnu: Add scdoc....Rutger Helling
2018-11-19gnu: help2man: Add 1.47.8....Ludovic Courtès