components/pcre/patches/05-pcre-config.in.patch
changeset 7058 a62a393ea750
equal deleted inserted replaced
7057:8a0bda69e5a0 7058:a62a393ea750
       
     1 Solaris specific.
       
     2 /usr/lib/ is default library path and thus it shouldn't be in RPATH and RUNPATH.
       
     3 -L/-R with /usr/lib are not necessary for Solaris. The linker knows better.
       
     4 
       
     5 --- pcre-8.38/pcre-config.in_orig	2016-10-05 13:05:50.522096706 +0000
       
     6 +++ pcre-8.38/pcre-config.in	2016-10-05 13:06:03.384163020 +0000
       
     7 @@ -34,9 +34,6 @@
       
     8  
       
     9  libR=
       
    10  case `uname -s` in
       
    11 -  *SunOS*)
       
    12 -  libR=" -R@libdir@"
       
    13 -  ;;
       
    14    *BSD*)
       
    15    libR=" -Wl,-R@libdir@"
       
    16    ;;