From 1a06cefa35766c17602530f044831121f21671a8 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 24 May 1999 02:21:57 +0000 Subject: Update to version 0.1.1. PR: 11663 Submitted by: maintainer --- security/slush/files/patch-aa | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to 'security/slush/files/patch-aa') diff --git a/security/slush/files/patch-aa b/security/slush/files/patch-aa index b7a70d5f7847..61c6f4332ea2 100644 --- a/security/slush/files/patch-aa +++ b/security/slush/files/patch-aa @@ -1,7 +1,7 @@ *** Makefile.in.orig Tue Apr 6 03:05:04 1999 ---- Makefile.in Sun May 9 00:05:44 1999 +--- Makefile.in Sun May 16 21:37:14 1999 *************** -*** 9,27 **** +*** 9,16 **** CC=@CC@ INSTALL=@INSTALL@ @@ -10,18 +10,7 @@ all: slush slushd - slushd: slushd.o common.o -! $(CC) $(LDFLAGS) -s -o $@ slushd.o common.o $(LIBS) - - slushd.o: slushd.c common.o - $(CC) -c $(CFLAGS) slushd.c - - slush: slush.o common.o -! $(CC) $(LDFLAGS) -s -o $@ slush.o common.o $(LIBS) - - slush.o: slush.c common.o - $(CC) -c $(CFLAGS) slush.c ---- 9,27 ---- +--- 9,16 ---- CC=@CC@ INSTALL=@INSTALL@ @@ -30,17 +19,6 @@ all: slush slushd - slushd: slushd.o common.o -! $(CC) -static $(LDFLAGS) -o $@ slushd.o common.o $(LIBS) - - slushd.o: slushd.c common.o - $(CC) -c $(CFLAGS) slushd.c - - slush: slush.o common.o -! $(CC) -static $(LDFLAGS) -o $@ slush.o common.o $(LIBS) - - slush.o: slush.c common.o - $(CC) -c $(CFLAGS) slush.c *************** *** 38,44 **** install: $(SBINDIR)/slushd $(MANDIR)/slush.8 -- cgit v1.2.3