65053c6253
ok mbalmer@, markus@ (maintainer)
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
$OpenBSD: patch-cgi_Makefile,v 1.2 2006/05/15 17:08:43 fkr Exp $
|
|
--- cgi/Makefile.orig Wed Feb 1 03:53:23 2006
|
|
+++ cgi/Makefile Mon May 8 16:54:19 2006
|
|
@@ -6,6 +6,7 @@ endif
|
|
|
|
include $(NEOTONIC_ROOT)/rules.mk
|
|
|
|
+CFLAGS += -fPIC
|
|
CGI_LIB = $(LIB_DIR)libneo_cgi.a
|
|
CGI_SRC = cgiwrap.c cgi.c html.c date.c rfc2388.c
|
|
CGI_OBJ = $(CGI_SRC:%.c=%.o)
|