diff options
Diffstat (limited to 'dev-db/qdbm/files/qdbm-runpath.diff')
-rw-r--r-- | dev-db/qdbm/files/qdbm-runpath.diff | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/dev-db/qdbm/files/qdbm-runpath.diff b/dev-db/qdbm/files/qdbm-runpath.diff index 42e0168fe3a6..d67e27c23e02 100644 --- a/dev-db/qdbm/files/qdbm-runpath.diff +++ b/dev-db/qdbm/files/qdbm-runpath.diff @@ -1,12 +1,34 @@ -diff -urN qdbm-1.8.33.orig/perl/Makefile.in qdbm-1.8.33/perl/Makefile.in ---- qdbm-1.8.33.orig/perl/Makefile.in 2005-06-19 08:12:23.000000000 +0900 -+++ qdbm-1.8.33/perl/Makefile.in 2005-10-10 18:24:00.420000000 +0900 -@@ -30,7 +30,7 @@ - OPTIMIZE = -O2 - LD = ld - LIBS = -L../.. -L/usr/local/lib -lqdbm @LIBS@ --RUNENV = LD_LIBRARY_PATH=.:..:../..:/usr/local/lib -+RUNENV = LD_LIBRARY_PATH=.:..:../..:/usr/local/lib LD_RUN_PATH="" - +--- perl/Makefile.in.orig 2005-10-09 16:35:47.000000000 +1000 ++++ perl/Makefile.in 2005-10-09 16:41:46.000000000 +1000 +@@ -43,15 +43,15 @@ + cd depot && [ -f Makefile ] || \ + $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \ + LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \ +- $(RUNENV) make ++ $(RUNENV) make LD_RUN_PATH="" + cd curia && [ -f Makefile ] || \ + $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \ + LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \ +- $(RUNENV) make ++ $(RUNENV) make LD_RUN_PATH="" + cd villa && [ -f Makefile ] || \ + $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \ + LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \ +- $(RUNENV) make ++ $(RUNENV) make LD_RUN_PATH="" + @printf '\n' + @printf '#================================================================\n' + @printf '# Ready to install.\n' +@@ -69,9 +69,9 @@ + install : +- cd depot && $(RUNENV) make install +- cd curia && $(RUNENV) make install +- cd villa && $(RUNENV) make install ++ cd depot && $(RUNENV) make LD_RUN_PATH="" install ++ cd curia && $(RUNENV) make LD_RUN_PATH="" install ++ cd villa && $(RUNENV) make LD_RUN_PATH="" install + mkdir -p $(DESTDIR)$(MYBINDIR) + cp -f $(MYBINS) $(DESTDIR)$(MYBINDIR) + mkdir -p $(DESTDIR)$(MYDATADIR) |