mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ff7b230151
boa - high performance single-tasking web server PR: 6718 Submitted by: andy@icc.surw.chel.su
19 lines
343 B
Plaintext
19 lines
343 B
Plaintext
--- src/Makefile Sat Dec 21 04:45:00 1996
|
|
+++ /home/andy/tmp/wrk/src/Makefile Thu May 21 22:10:24 1998
|
|
@@ -9,13 +9,13 @@
|
|
|
|
# Add -DVERBOSE_CGI_LOGS if you want logs of CGI program start and stop times
|
|
|
|
-CMDARGS = -c -O2
|
|
+CMDARGS = -c ${CFLAGS}
|
|
|
|
# Change these if necessary
|
|
|
|
YACC = bison -y
|
|
LEX = flex
|
|
-CC = gcc
|
|
+#CC = gcc
|
|
|
|
all: boa
|
|
|