SOURCES: flood-libtool.patch - patch source file

glen glen at pld-linux.org
Tue Aug 8 02:39:43 CEST 2006


Author: glen                         Date: Tue Aug  8 00:39:43 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch source file

---- Files affected:
SOURCES:
   flood-libtool.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/flood-libtool.patch
diff -u SOURCES/flood-libtool.patch:1.1 SOURCES/flood-libtool.patch:1.2
--- SOURCES/flood-libtool.patch:1.1	Tue Aug  8 02:35:46 2006
+++ SOURCES/flood-libtool.patch	Tue Aug  8 02:39:38 2006
@@ -1,18 +1,18 @@
---- flood-0.4/build/rules.mk~	2006-08-08 03:33:57.183949159 +0300
-+++ flood-0.4/build/rules.mk	2006-08-08 03:35:03.485431621 +0300
+--- flood-0.4/build/rules.mk.in~	2006-08-08 03:33:57.183949159 +0300
++++ flood-0.4/build/rules.mk.in	2006-08-08 03:35:03.485431621 +0300
 @@ -73,11 +73,11 @@
  COMPILE      = $(CC)  $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(ALL_INCLUDES)
  CXX_COMPILE  = $(CXX) $(ALL_CXXFLAGS) $(ALL_CPPFLAGS) $(ALL_INCLUDES)
  
--SH_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)  -c $< && touch $@
--SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE)  -c $< && touch $@
-+SH_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE)  -c $< && touch $@
-+SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE)  -c $< && touch $@
+-SH_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) @SHLTCFLAGS@ -c $< && touch $@
+-SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE) @SHLTCFLAGS@ -c $< && touch $@
++SH_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) @SHLTCFLAGS@ -c $< && touch $@
++SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE) @SHLTCFLAGS@ -c $< && touch $@
  
--LT_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)  -c $< && touch $@
--LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE)  -c $< && touch $@
-+LT_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE)  -c $< && touch $@
-+LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE)  -c $< && touch $@
+-LT_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) @LTCFLAGS@ -c $< && touch $@
+-LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE) @LTCFLAGS@ -c $< && touch $@
++LT_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) @LTCFLAGS@ -c $< && touch $@
++LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE) @LTCFLAGS@ -c $< && touch $@
  
  # Link-related commands
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/flood-libtool.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list