SOURCES: slang-LDFLAGS.patch - updated for 2.1.2

qboosh qboosh at pld-linux.org
Tue Sep 11 18:46:29 CEST 2007


Author: qboosh                       Date: Tue Sep 11 16:46:29 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.1.2

---- Files affected:
SOURCES:
   slang-LDFLAGS.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/slang-LDFLAGS.patch
diff -u SOURCES/slang-LDFLAGS.patch:1.2 SOURCES/slang-LDFLAGS.patch:1.3
--- SOURCES/slang-LDFLAGS.patch:1.2	Tue Nov 14 20:58:35 2006
+++ SOURCES/slang-LDFLAGS.patch	Tue Sep 11 18:46:24 2007
@@ -1,6 +1,6 @@
---- slang-2.0.7/modules/Makefile.in.orig	2006-11-04 16:57:31.000000000 +0100
-+++ slang-2.0.7/modules/Makefile.in	2006-11-14 20:29:32.965155500 +0100
-@@ -68,23 +68,23 @@
+--- slang-2.1.2/modules/Makefile.in.orig	2007-09-08 04:47:29.000000000 +0200
++++ slang-2.1.2/modules/Makefile.in	2007-09-11 08:24:31.836264453 +0200
+@@ -79,27 +79,27 @@
  	cp ../src/config.h .
  
  slsmg-module.so: slsmg-module.c config.h
@@ -24,12 +24,18 @@
  pcre-module.so: pcre-module.c config.h
 -	$(CC_SHARED) $(INCS) $(PCRE_INC) pcre-module.c -o pcre-module.so $(PCRE_LIB) $(LIBS)
 +	$(CC_SHARED) $(LDFLAGS) $(INCS) $(PCRE_INC) pcre-module.c -o pcre-module.so $(PCRE_LIB) $(LIBS)
+ onig-module.so: onig-module.c config.h
+-	$(CC_SHARED) $(INCS) $(ONIG_INC) onig-module.c -o onig-module.so $(ONIG_LIB) $(LIBS)
++	$(CC_SHARED) $(LDFLAGS) $(INCS) $(ONIG_INC) onig-module.c -o onig-module.so $(ONIG_LIB) $(LIBS)
  png-module.so: png-module.c config.h
 -	$(CC_SHARED) $(INCS) $(PNG_INC) png-module.c -o png-module.so $(PNG_LIB) $(LIBS)
 +	$(CC_SHARED) $(LDFLAGS) $(INCS) $(PNG_INC) png-module.c -o png-module.so $(PNG_LIB) $(LIBS)
  socket-module.so: socket-module.c config.h
 -	$(CC_SHARED) $(INCS) socket-module.c -o socket-module.so $(SOCKET_LIBS) $(LIBS)
 +	$(CC_SHARED) $(LDFLAGS) $(INCS) socket-module.c -o socket-module.so $(SOCKET_LIBS) $(LIBS)
+ iconv-module.so: iconv-module.c config.h
+-	$(CC_SHARED) $(INCS) $(ICONV_INC) iconv-module.c -o iconv-module.so $(ICONV_LIB) $(LIBS)
++	$(CC_SHARED) $(LDFLAGS) $(INCS) $(ICONV_INC) iconv-module.c -o iconv-module.so $(ICONV_LIB) $(LIBS)
  
  # Note that Windows/Cygwin modules need execute permissions
  install: all
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/slang-LDFLAGS.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list