]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pcre: Add -fPIC to CFLAGS.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 29 Oct 2009 19:44:25 +0000 (20:44 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 29 Oct 2009 19:44:25 +0000 (20:44 +0100)
lfs/pcre

index 8c077fa9c65afc73cda1883a74c8fd2920653039..b49811c03f147d08c64fa0ca9ea0eecab73cf45e 100644 (file)
--- a/lfs/pcre
+++ b/lfs/pcre
@@ -52,6 +52,8 @@ define LONG_DESC
        API are also supplied in the library libpcreposix.
 endef
 
+CFLAGS += -fPIC
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################