openbsd-ports/www/clearsilver/patches/patch-cgi_Makefile

12 lines
347 B
Plaintext
Raw Normal View History

$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
2005-06-09 17:38:39 -04:00
@@ -6,6 +6,7 @@ endif
include $(NEOTONIC_ROOT)/rules.mk
2005-06-09 17:38:39 -04:00
+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)