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) ion value='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/telephony.scm
AgeCommit message (Expand)Author
2023-05-06tests: Add missing module imports for marionette-evaluated code....Ludovic Courtès
2022-09-26tests: telephony: Add missing import to fix jami tests....Maxim Cournoyer
2022-09-24Revert "tests: telephony: Add extra packages to %jami-os for debugging."...Maxim Cournoyer
2022-09-23tests: jami-provisioning: Fix test derivation name....Maxim Cournoyer
2022-09-23tests: telephony: Add extra packages to %jami-os for debugging....Maxim Cournoyer
2022-08-01gnu: telephony: Add a Jami test for a partially defined jami-account....Maxim Cournoyer
2022-06-10services: jami: Modernize to adjust to Shepherd 0.9+ changes....Maxim Cournoyer
2022-01-13services: Adjust the jami service for the upgraded jami....Maxim Cournoyer
2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2021-08-02Reinstate "services: Add a service for Jami."...Maxim Cournoyer
2021-08-02Revert "services: Add a service for Jami."...Maxim Cournoyer
2021-08-02services: Add a service for Jami....Maxim Cournoyer