Updated libsdnfile to support shared building

This commit is contained in:
Tuukka Pasanen 2013-12-15 12:21:07 +02:00 committed by Tony Theodore
parent 60fe4610df
commit 1fb1b7681e
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--enable-sqlite \
--enable-external-libs \
--disable-octave \