From: Michael Tremer Date: Thu, 29 Oct 2009 19:44:25 +0000 (+0100) Subject: pcre: Add -fPIC to CFLAGS. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7635d4406517df82212685100f0e3d18f7ad3cec;p=ipfire-3.x.git pcre: Add -fPIC to CFLAGS. --- diff --git a/lfs/pcre b/lfs/pcre index 8c077fa9c..b49811c03 100644 --- 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 ###############################################################################