summaryrefslogtreecommitdiff
path: root/www/apache13-fp/files/patch-ff
blob: 54cbebd71409d659b0f309cc70fe0d4eb4f649c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/support/Makefile.tmpl.orig	Tue Aug 10 09:37:18 1999
+++ src/support/Makefile.tmpl	Sat Oct 16 18:41:00 1999
@@ -39,7 +39,7 @@
 	    -e 's%@LIBS_SHLIB@%$(LIBS_SHLIB)%g' && chmod a+x apxs
 
 suexec: suexec.o
-	$(CC) $(CFLAGS) suexec.o -o suexec $(LDFLAGS) $(LIBS)
+	$(CC) $(CFLAGS) suexec.o -o suexec $(LDFLAGS) $(LIBS) -lutil
 
 clean:
 	rm -f $(TARGETS) *.o