This patch adds $(libdir) to the RUNPATH of 'gsc' and 'gsx'. --- gnu-ghostscript-9.14.0/base/unix-dll.mak 2015-04-05 15:12:45.386957927 +0200 +++ gnu-ghostscript-9.14.0/base/unix-dll.mak 2015-04-05 15:12:49.222982359 +0200 @@ -91,11 +91,11 @@ $(GS_SO_MAJOR): $(GS_SO_MAJOR_MINOR) # Build the small Ghostscript loaders, with Gtk+ and without $(GSSOC_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER) $(GLCC) -g -o $(GSSOC_XE) $(PSSRC)dxmainc.c \ - -L$(BINDIR) -l$(GS_SO_BASE) + -L$(BINDIR) -l$(GS_SO_BASE) -Wl,-rpath=$(libdir) $(GSSOX_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER) $(GLCC) -g $(SOC_CFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \ - -L$(BINDIR) -l$(GS_SO_BASE) $(SOC_LIBS) + -L$(BINDIR) -l$(GS_SO_BASE) $(SOC_LIBS) -Wl,-rpath=$(libdir) # ------------------------- Recursive make targets ------------------------- # s'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nss.scm
AgeCommit message (Expand)Author
2024-06-02gnu: Add nsncd....Picnoir
2024-05-29gnu: nss/fixed: Hasten test suite....Maxim Cournoyer
2024-05-13gnu: nss/fixed: Tweak performance test....Christopher Baines
2024-04-28gnu: nss/fixed: Update to 3.99....Ian Eure
2024-04-26gnu: nss: Graft with version 3.98 [security fixes]....Maxim Cournoyer
2024-04-26gnu: nss-3.98: Streamline source origin via inheritance....Maxim Cournoyer
2024-04-24gnu: nss: Fix cross-compilation....Zheng Junjie
2024-04-24gnu: nspr: Fix cross-compilation....Zheng Junjie
2024-04-12gnu: Add nss-3.98....Ian Eure
2023-10-15gnu: nss: Fix cross-compiling....Efraim Flashner