]> git.pld-linux.org Git - packages/nss.git/blobdiff - nss-config.in
- converted to UTF-8
[packages/nss.git] / nss-config.in
index 51fb056725ac12c0217bfd478841a5080c170702..9692ad5e1cd4523736ff2da6c06f74a6824adf41 100644 (file)
@@ -92,13 +92,13 @@ done
 
 # Set variables that may be dependent upon other variables
 if test -z "$exec_prefix"; then
-    exec_prefix=`pkg-config --variable=exec_prefix nss`
+    exec_prefix=@exec_prefix@
 fi
 if test -z "$includedir"; then
-    includedir=`pkg-config --variable=includedir nss`
+    includedir=@includedir@
 fi
 if test -z "$libdir"; then
-    libdir=`pkg-config --variable=libdir nss`
+    libdir=@libdir@
 fi
 
 if test "$echo_prefix" = "yes"; then
@@ -122,7 +122,6 @@ if test "$echo_cflags" = "yes"; then
 fi
 
 if test "$echo_libs" = "yes"; then
-      libdirs="-Wl,-rpath-link,$libdir -L$libdir"
       if test -n "$lib_ssl"; then
        libdirs="$libdirs -lssl${major_version}"
       fi
This page took 0.022582 seconds and 4 git commands to generate.