1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/apache13-fp/files/patch-ff

12 lines
365 B
Plaintext
Raw Normal View History

--- src/support/Makefile.tmpl.orig Thu Dec 9 11:19:48 1999
+++ src/support/Makefile.tmpl Sun Feb 20 17:43:34 2000
@@ -39,7 +39,7 @@
-e 's%@LIBS_SHLIB@%$(LIBS_SHLIB)%g' && chmod a+x apxs
suexec: suexec.o
- $(CC) $(CFLAGS) -o suexec $(LDFLAGS) suexec.o $(LIBS)
+ $(CC) $(CFLAGS) -o suexec $(LDFLAGS) suexec.o $(LIBS) -lutil
clean:
rm -f $(TARGETS) *.o