]> git.pld-linux.org Git - packages/cups.git/blame - cups-rpath.patch
- preffer openssl over gnutls/cdsassl; br: openldap-devel
[packages/cups.git] / cups-rpath.patch
CommitLineData
c095bc3a
AM
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
115f1419
AF
4@@ -137,9 +137,11 @@
5 ;;
c095bc3a
AM
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
115f1419
AF
13 ;;
14 esac
15 else
This page took 0.030032 seconds and 4 git commands to generate.