Kaydet (Commit) ef11f552 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't build as shared library when DISABLE_DYNLOADING

Change-Id: Ib3339689d41f02b258f6c398887faae28e602a5c
üst dc91ebed
...@@ -27,7 +27,7 @@ $(call gb_ExternalProject_get_state_target,libodfgen,build) : ...@@ -27,7 +27,7 @@ $(call gb_ExternalProject_get_state_target,libodfgen,build) :
export PKG_CONFIG="" \ export PKG_CONFIG="" \
&& ./configure \ && ./configure \
--with-pic \ --with-pic \
--enable-shared \ $(if $(DISABLE_DYNLOADING),,--enable-shared) \
--disable-static \ --disable-static \
--disable-debug \ --disable-debug \
--disable-werror \ --disable-werror \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment