summaryrefslogtreecommitdiffstats
path: root/src/protobuf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/protobuf.mk')
-rw-r--r--src/protobuf.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/protobuf.mk b/src/protobuf.mk
index 411f4b5..00921bc 100644
--- a/src/protobuf.mk
+++ b/src/protobuf.mk
@@ -26,9 +26,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j 1 distclean
# Second step: Build for target system.
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --prefix='$(PREFIX)/$(TARGET)' \
- --disable-shared \
+ $(MXE_CONFIGURE_OPTS) \
--with-zlib \
--with-protoc=src/protoc_host
$(MAKE) -C '$(1)' -j '$(JOBS)'