mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e6503fb81a
PR: ports/16974 Submitted by: maintainer
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
--- 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
|