mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
159f896689
PR: 14866 Submitted by: maintainer
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
--- 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
|