]> git.pld-linux.org Git - packages/libvncserver.git/blob - libvncserver-noLlibdir.patch
- added noLlibdir patch (avoid /usr/lib* in `libvncserver-config --libs` output)...
[packages/libvncserver.git] / libvncserver-noLlibdir.patch
1 --- libvncserver-LibVNCServer-0.9.11/libvncserver-config.in.orig        2016-12-30 14:01:28.000000000 +0100
2 +++ libvncserver-LibVNCServer-0.9.11/libvncserver-config.in     2017-07-10 16:41:58.569474193 +0200
3 @@ -57,6 +57,9 @@
4      --libs)
5        libs=""
6        for dir in $libdir; do
7 +        if [ "$dir" = "@libdir@" ]; then
8 +          continue
9 +        fi
10          libs="$libs -L$dir"
11          if [ "`uname`" = "SunOS" ]; then
12            # why only Solaris??
This page took 0.081781 seconds and 3 git commands to generate.