SOURCES: rubix-Makefile.patch - pass LDFLAGS

lisu lisu at pld-linux.org
Mon Nov 24 16:24:11 CET 2008


Author: lisu                         Date: Mon Nov 24 15:24:11 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- pass LDFLAGS

---- Files affected:
SOURCES:
   rubix-Makefile.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/rubix-Makefile.patch
diff -u SOURCES/rubix-Makefile.patch:1.1 SOURCES/rubix-Makefile.patch:1.2
--- SOURCES/rubix-Makefile.patch:1.1	Thu Nov  8 00:23:34 2007
+++ SOURCES/rubix-Makefile.patch	Mon Nov 24 16:24:06 2008
@@ -5,7 +5,7 @@
  
  rubix : $(OBJ)
 -	$(CC) $(CFLAGS) -o $@ $^ -lm $(XLIB) $(EXTRALIBS)
-+	$(CC) $(CFLAGS) $(OPTFLAGS) -o $@ $^ -lm $(XLIB) $(EXTRALIBS)
++	$(CC) $(CFLAGS) $(OPTFLAGS) -o $@ $^ -lm $(LDFLAGS) $(XLIB) $(EXTRALIBS)
  #	strip rubix
  
  install :
================================================================

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



More information about the pld-cvs-commit mailing list