mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #905 from psycho-nico/fix-gammu
gammu: disable libdbi support explicitly
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user