SOURCES: ncpfs-ac.patch - updated for SUSE patches

pascalek pascalek at pld-linux.org
Fri Jun 15 23:33:02 CEST 2007


Author: pascalek                     Date: Fri Jun 15 21:33:02 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for SUSE patches

---- Files affected:
SOURCES:
   ncpfs-ac.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/ncpfs-ac.patch
diff -u SOURCES/ncpfs-ac.patch:1.4 SOURCES/ncpfs-ac.patch:1.5
--- SOURCES/ncpfs-ac.patch:1.4	Wed Jun 13 12:13:05 2007
+++ SOURCES/ncpfs-ac.patch	Fri Jun 15 23:32:57 2007
@@ -4,8 +4,8 @@
  void lsym(void) { };
  void gsym(void) { };
  EOF
--    if ${CC} -shared -Wl,-version-script=conftest.vers -o conftest.so conftest.c -lc >/dev/null 2>&1
-+    if ${CC} -shared -Wl,-version-script=conftest.vers -o conftest.so conftest.c -lc -fPIC >/dev/null 2>&1
+-    if ${CC} -shared -Wl,-version-script=conftest.vers -o conftest.${shlibext} conftest.c -lc >/dev/null 2>&1
++    if ${CC} -shared -Wl,-version-script=conftest.vers -o conftest.${shlibext} conftest.c -lc -fPIC >/dev/null 2>&1
      then
        ncp_cv_versioned_link=yes
      fi]
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ncpfs-ac.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list