SOURCES: slim-Makefile.patch - fix linking
arekm
arekm at pld-linux.org
Thu Feb 15 13:31:09 CET 2007
Author: arekm Date: Thu Feb 15 12:31:08 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix linking
---- Files affected:
SOURCES:
slim-Makefile.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/slim-Makefile.patch
diff -u SOURCES/slim-Makefile.patch:1.2 SOURCES/slim-Makefile.patch:1.3
--- SOURCES/slim-Makefile.patch:1.2 Fri Dec 22 20:40:47 2006
+++ SOURCES/slim-Makefile.patch Thu Feb 15 13:31:03 2007
@@ -11,3 +11,15 @@
CUSTOM=-DHAVE_SHADOW
PREFIX=/usr
CFGDIR=/etc
+diff -urN slim-1.2.6.org/Makefile slim-1.2.6/Makefile
+--- slim-1.2.6.org/Makefile 2006-09-15 23:00:37.000000000 +0200
++++ slim-1.2.6/Makefile 2007-02-15 13:25:28.974623000 +0100
+@@ -25,7 +25,7 @@
+ all: slim
+
+ slim: $(OBJECTS)
+- $(CXX) $(LDFLAGS) $(OBJECTS) -o $(NAME)
++ $(CXX) $(OBJECTS) -o $(NAME) $(LDFLAGS)
+
+ .cpp.o:
+ $(CXX) $(CFLAGS) $(DEFINES) $(CUSTOM) -c $< -o $@
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/slim-Makefile.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list