summaryrefslogtreecommitdiffstats
path: root/src/libcroco.mk
diff options
context:
space:
mode:
authorTobias Gruetzmacher <tobias-git@23.gs>2014-03-12 20:43:30 (GMT)
committerTobias Gruetzmacher <tobias-git@23.gs>2014-03-12 20:43:30 (GMT)
commit1cc196a50c37685a3ad2edd9fbdfe883c3282e52 (patch)
tree099e5daf0e298a5af30bd4bb4525e1212039944e /src/libcroco.mk
parent06c18cb483299cc122e326412ffe2b93628cdacb (diff)
downloadmxe-1cc196a50c37685a3ad2edd9fbdfe883c3282e52.zip
mxe-1cc196a50c37685a3ad2edd9fbdfe883c3282e52.tar.gz
mxe-1cc196a50c37685a3ad2edd9fbdfe883c3282e52.tar.bz2
Package libcroco: Enable shared build.
Diffstat (limited to 'src/libcroco.mk')
-rw-r--r--src/libcroco.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libcroco.mk b/src/libcroco.mk
index e6d9371..f291d52 100644
--- a/src/libcroco.mk
+++ b/src/libcroco.mk
@@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--disable-gtk-doc
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef