]> git.pld-linux.org Git - packages/cups.git/blame_incremental - cups-rpath.patch
- fix client-error-forbidden unless /jobs section exists in cupsd.conf; no option...
[packages/cups.git] / cups-rpath.patch
... / ...
CommitLineData
1diff -urN cups-1.1.21.org/config-scripts/cups-sharedlibs.m4 cups-1.1.21/config-scripts/cups-sharedlibs.m4
2--- cups-1.1.21.org/config-scripts/cups-sharedlibs.m4 2004-09-24 01:17:18.586596250 +0200
3+++ cups-1.1.21/config-scripts/cups-sharedlibs.m4 2004-09-24 01:23:26.775720365 +0200
4@@ -137,9 +137,11 @@
5 ;;
6 Linux | GNU)
7 # Linux and HURD
8+ if test $libdir != /usr/lib -a $libdir != /usr/lib32 -a $libdir != /usr/lib64 -a $libdir != /lib ; then
9 DSOFLAGS="-Wl,-rpath,$libdir $DSOFLAGS"
10 LDFLAGS="$LDFLAGS -Wl,-rpath,$libdir"
11 EXPORT_LDFLAGS="-Wl,-rpath,$libdir"
12+ fi
13 ;;
14 esac
15 else
This page took 0.028216 seconds and 4 git commands to generate.