summaryrefslogtreecommitdiffstats
path: root/src/pcre.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-04-22 07:57:49 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-04-22 07:57:49 (GMT)
commit0c8d217331e17de0aa953eb7b4d7d596d3d04a0e (patch)
treee11405421decbd433331167d35e4e90a1cf03c5b /src/pcre.mk
parentd1db31f66bd6994e127afccb8803b21154dcc281 (diff)
downloadmxe-0c8d217331e17de0aa953eb7b4d7d596d3d04a0e.zip
mxe-0c8d217331e17de0aa953eb7b4d7d596d3d04a0e.tar.gz
mxe-0c8d217331e17de0aa953eb7b4d7d596d3d04a0e.tar.bz2
bugfix in package pcre: always define PCRE_STATIC
Diffstat (limited to 'src/pcre.mk')
-rw-r--r--src/pcre.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcre.mk b/src/pcre.mk
index fe75651..47e865f 100644
--- a/src/pcre.mk
+++ b/src/pcre.mk
@@ -17,6 +17,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ $(SED) '1i\#define PCRE_STATIC' -i '$(1)/pcre.h.in'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \