Merge pull request #905 from psycho-nico/fix-gammu

gammu: disable libdbi support explicitly
This commit is contained in:
Steven Barth
2015-02-17 17:23:28 +01:00
2 changed files with 36 additions and 1 deletions
+2 -1
View File
@@ -36,7 +36,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) \