View | Details | Raw Unified | Return to issue 104856
Collapse All | Expand All

(-)xmlsec1-configure.patch (+18 lines)
Lines 218-223 Link Here
218
 
218
 
219
     AC_MSG_CHECKING(for nspr libraries >= $NSPR_MIN_VERSION)
219
     AC_MSG_CHECKING(for nspr libraries >= $NSPR_MIN_VERSION)
220
     NSPR_INCLUDES_FOUND="no"
220
     NSPR_INCLUDES_FOUND="no"
221
@@ -583,7 +602,7 @@
222
 	done
223
 	
224
 	for dir in $ac_nss_lib_dir ; do
225
-    	    if test -f $dir/libnspr4$shrext ; then
226
+            if test -f $dir/libnspr4.so -o -f $dir/libnspr4.dylib ; then
227
 		dnl do not add -L/usr/lib because compiler does it anyway
228
         	if test "z$dir" = "z/usr/lib" ; then
229
             	    NSPR_LIBS="$NSPR_LIBS_LIST"
230
@@ -654,7 +673,7 @@
231
         done
232
        
233
         for dir in $ac_nss_lib_dir ; do
234
-    	    if test -f $dir/libnss3$shrext ; then
235
+            if test -f $dir/libnss3.so -o -f $dir/libnss3.dylib ; then
236
         	dnl do not add -L/usr/lib because compiler does it anyway
237
     		if test "z$dir" = "z/usr/lib" ; then
238
         	    NSS_LIBS="$NSS_LIBS_LIST"
221
--- misc/xmlsec1-1.2.12/win32/Makefile.msvc	2009-06-25 22:53:18.000000000 +0200
239
--- misc/xmlsec1-1.2.12/win32/Makefile.msvc	2009-06-25 22:53:18.000000000 +0200
222
+++ misc/build/xmlsec1-1.2.12/win32/Makefile.msvc	2009-09-23 15:40:55.408743745 +0200
240
+++ misc/build/xmlsec1-1.2.12/win32/Makefile.msvc	2009-09-23 15:40:55.408743745 +0200
223
@@ -381,7 +381,7 @@
241
@@ -381,7 +381,7 @@

Return to issue 104856