mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
11 lines
273 B
Text
11 lines
273 B
Text
--- Makefile.am.orig Mon Jul 21 23:04:08 2003
|
|
+++ Makefile.am Mon Jul 21 23:04:18 2003
|
|
@@ -5,6 +5,7 @@
|
|
DIST_SUBDIRS = website api
|
|
EXTRA_DIST = website api
|
|
|
|
-CFLAGS=-g -O2 -static -DNDEBUG
|
|
+CFLAGS=-g -O2 -static -DNDEBUG @LIBEVENT_CFLAGS@
|
|
+LDFLAGS=@LIBEVENT_LDFLAGS@
|
|
|
|
|