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 ------------------------- # scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libidn.scm
AgeCommit message (Expand)Author
2017-09-04gnu: libidn2: Replace with 2.0.4 [security fixes]....Mark H Weaver
2017-05-22gnu: libidn2: Update to 2.0.2....Marius Bakke
2017-04-23gnu: libidn2: Update to 2.0.1....Efraim Flashner
2017-03-30Merge branch 'master' into core-updates...Marius Bakke
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....Tobias Geerinckx-Rice
2017-03-14gnu: libidn2: Create 'pkg-config' file....Marius Bakke
2017-02-06gnu: libidn2: Update to 0.16....Leo Famulari
2016-11-06Merge branch 'master' into core-updatesMark H Weaver
2016-11-05gnu: libidn: Distinguish from libidn2....Leo Famulari
2016-11-05gnu: Add libidn2....Leo Famulari
2016-09-02gnu: libidn: Replace with 1.33 [fixes CVE-2015-8948 and CVE-2016-{6261,6263}]....Leo Famulari
2016-08-14gnu: libidn: Update to 1.33....Leo Famulari
2016-05-16gnu: libidn: Update license....Efraim Flashner