You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
605 B

Index: library/Makefile.in
--- library/Makefile.in.orig 2006-08-09 06:29:04 +0200
+++ library/Makefile.in 2007-10-02 12:23:13 +0200
@@ -220,7 +220,7 @@
parser_urlencoded.c parser_header.c parser_multipart.c \
module.c module_custom.c module_cgi.c error.c
-libapreq2_la_LDFLAGS = -version-info @APREQ_LIBTOOL_VERSION@ @APR_LTFLAGS@ @APR_LIBS@
+libapreq2_la_LDFLAGS = -static -version-info @APREQ_LIBTOOL_VERSION@ @APR_LTFLAGS@ @APR_LIBS@
@ENABLE_PROFILE_TRUE@AM_CFLAGS = -pg -fprofile-arcs -ftest-coverage
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am