Author: sparky Date: Mon Feb 27 00:13:03 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - build eps_chkpwd with proper CFLAGS
---- Files affected: SOURCES: srp-cflags.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/srp-cflags.patch diff -u /dev/null SOURCES/srp-cflags.patch:1.1 --- /dev/null Mon Feb 27 01:13:03 2006 +++ SOURCES/srp-cflags.patch Mon Feb 27 01:12:57 2006 @@ -0,0 +1,11 @@ +--- srp-2.1.1/base/pam_eps/Makefile.in~ 2006-02-27 00:06:13.000000000 +0000 ++++ srp-2.1.1/base/pam_eps/Makefile.in 2006-02-27 00:09:32.000000000 +0000 +@@ -87,7 +87,7 @@ + $(CC) $(CCSHARED) -o $@ $(LIBPASSWDOBJD) $(LIBS) + + $(CHKPWD): eps_chkpwd.c +- $(CC) -o $@ eps_chkpwd.c $(STATIC) $(LIBS) ++ $(CC) $(CFLAGS) -o $@ eps_chkpwd.c $(STATIC) $(LIBS) + + install: all + mkdir -p $(FAKEROOT)$(SECUREDIR) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
