SOURCES: nss-config.in - avoid runtime pkgconfig dep

glen glen at pld-linux.org
Thu Nov 2 01:02:37 CET 2006


Author: glen                         Date: Thu Nov  2 00:02:37 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- avoid runtime pkgconfig dep

---- Files affected:
SOURCES:
   nss-config.in (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/nss-config.in
diff -u SOURCES/nss-config.in:1.3 SOURCES/nss-config.in:1.4
--- SOURCES/nss-config.in:1.3	Thu Nov  2 01:01:55 2006
+++ SOURCES/nss-config.in	Thu Nov  2 01:02:31 2006
@@ -88,13 +88,13 @@
 
 # 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nss-config.in?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list