components/pcre2/patches/05-pcre2-config.in.patch
changeset 7864 f11e8d81786a
equal deleted inserted replaced
7863:eeb0fb363863 7864:f11e8d81786a
       
     1 /usr/lib/ is default library path and thus it shouldn't be in RPATH and RUNPATH.
       
     2 -L/-R with /usr/lib are not necessary for Solaris. The linker knows better.
       
     3 
       
     4 This patch should be sent upstream.
       
     5 
       
     6 --- pcre2-10.23/pcre2-config.in.orig	2017-03-27 11:14:33.662291129 +0000
       
     7 +++ pcre2-10.23/pcre2-config.in	2017-03-27 11:14:50.429500728 +0000
       
     8 @@ -29,9 +29,6 @@
       
     9  
       
    10  libR=
       
    11  case `uname -s` in
       
    12 -  *SunOS*)
       
    13 -  libR=" -R@libdir@"
       
    14 -  ;;
       
    15    *BSD*)
       
    16    libR=" -Wl,-R@libdir@"
       
    17    ;;