components/apr-util-1_5/patches/apu-config.patch
changeset 6000 3b823561a81d
equal deleted inserted replaced
5999:3b8cbeec276f 6000:3b823561a81d
       
     1 Patch origin: in-house
       
     2 Patch status: Solaris-specific; not suitable for upstream
       
     3 
       
     4 APR-util is installed in nonstandard path. -R is required.
       
     5 
       
     6 --- apu-config.in
       
     7 +++ apu-config.in
       
     8 @@ -166,7 +166,7 @@
       
     9      --link-ld)
       
    10      if test "$location" = "installed"; then
       
    11          ### avoid using -L if libdir is a "standard" location like /usr/lib
       
    12 -        flags="$flags -L$libdir -l$APRUTIL_LIBNAME"
       
    13 +        flags="$flags -L$libdir -R$libdir -l$APRUTIL_LIBNAME"
       
    14      else
       
    15          flags="$flags -L$APU_BUILD_DIR -l$APRUTIL_LIBNAME"
       
    16      fi