]> git.pld-linux.org Git - packages/cups.git/blob - cups-rpath.patch
- patch6 updated
[packages/cups.git] / cups-rpath.patch
1 diff -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.023941 seconds and 3 git commands to generate.