]> git.pld-linux.org Git - packages/xmlsec1.git/blob - xmlsec1-nss.patch
- fix libraries detection with lib64 or libx32; release 2
[packages/xmlsec1.git] / xmlsec1-nss.patch
1 --- xmlsec1-1.2.26/configure.ac.orig    2018-07-21 18:15:24.743837556 +0200
2 +++ xmlsec1-1.2.26/configure.ac 2018-07-21 18:46:07.437149856 +0200
3 @@ -1052,10 +1052,7 @@
4      NSPR_CFLAGS="$NSPR_CFLAGS -I$NSPR_INCLUDE_PATH -I$NSPR_INCLUDE_PATH/nspr"
5  fi
6  if test "z$NSPR_FOUND" = "zyes" -a "z$NSPR_LIB_PATH" != "z" ; then
7 -    if test "z$with_gnu_ld" = "zyes" ; then
8 -        NSPR_LIBS="$NSPR_LIBS -Wl,-rpath-link -Wl,$NSPR_LIB_PATH"
9 -    fi
10 -    NSPR_LIBS="$NSPR_LIBS -L$NSPR_LIB_PATH/lib $NSPR_LIBS_LIST"
11 +    NSPR_LIBS="$NSPR_LIBS $NSPR_LIBS_LIST"
12  fi
13  
14  dnl Priority 5 (NSS): Just try to compile/link and hope for the best
15 @@ -1089,10 +1086,7 @@
16      NSS_CFLAGS="$NSS_CFLAGS -I$NSS_INCLUDE_PATH -I$NSS_INCLUDE_PATH/nss"
17  fi
18  if test "z$NSS_FOUND" = "zyes" -a "z$NSS_LIB_PATH" != "z" ; then
19 -    if test "z$with_gnu_ld" = "zyes" ; then
20 -        NSS_LIBS="$NSS_LIBS -Wl,-rpath-link -Wl,$NSS_LIB_PATH"
21 -    fi
22 -    NSS_LIBS="$NSS_LIBS -L$NSS_LIB_PATH/lib $NSS_LIBS_LIST"
23 +    NSS_LIBS="$NSS_LIBS $NSS_LIBS_LIST"
24  fi
25  
26  dnl Check NSS and NSPR versions
This page took 0.054668 seconds and 3 git commands to generate.