summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-08 05:19:12 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-08 05:19:12 (GMT)
commit97c1a81b6c01901ee326aa195ee4ceb15edba462 (patch)
treec4d08143d4f2b05708d770dd61b766b493939ccd
parent0ce7656f60ca2d8b2aa392e9561fd581ad171195 (diff)
downloadmxe-97c1a81b6c01901ee326aa195ee4ceb15edba462.zip
mxe-97c1a81b6c01901ee326aa195ee4ceb15edba462.tar.gz
mxe-97c1a81b6c01901ee326aa195ee4ceb15edba462.tar.bz2
log4cxx: use $(MXE_CONFIGURE_OPTS)
-rw-r--r--src/log4cxx.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/log4cxx.mk b/src/log4cxx.mk
index 6a14190..d31072a 100644
--- a/src/log4cxx.mk
+++ b/src/log4cxx.mk
@@ -19,10 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --prefix='$(PREFIX)/$(TARGET)' \
- --host='$(TARGET)' \
- --disable-shared \
- --enable-static \
+ $(MXE_CONFIGURE_OPTS) \
--with-apr='$(PREFIX)/$(TARGET)' \
--with-apr-util='$(PREFIX)/$(TARGET)' \
CFLAGS=-D_WIN32_WINNT=0x0500 \