gammu: disable libdbi support explicitly

Fixes a dependency error when libdbi was built before gammu

Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
Nicolas Thill
2015-02-13 17:56:06 +01:00
parent be72dc43b4
commit 7be03a4be0
2 changed files with 36 additions and 1 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ endef
CONFIGURE_ARGS:= \
--prefix=/usr \
--cross-root="$(STAGING_DIR) $(TOOLCHAIN_DIR)" \
--enable-shared
--enable-shared \
--without-libdbi \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \