removed config menu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27621 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4212af4001
commit
d4c5bb332c
@ -39,7 +39,7 @@ export host="$(GNU_TARGET_NAME)"
|
|||||||
PKG_FIXUP:=libtool
|
PKG_FIXUP:=libtool
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:=CONFIG_SOFIA_WITH_ODBC
|
PKG_CONFIG_DEPENDS:=CONFIG_FS_SOFIA_WITH_ODBC
|
||||||
|
|
||||||
FS_MOD_AVAILABLE:= \
|
FS_MOD_AVAILABLE:= \
|
||||||
alsa \
|
alsa \
|
||||||
@ -180,16 +180,12 @@ define Package/$(PKG_NAME)/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/config
|
define Package/$(PKG_NAME)/config
|
||||||
menu "Enable with ODBC support (Requires unixodbc_svn)"
|
config FS_SOFIA_WITH_ODBC
|
||||||
|
bool "Compile $(PKG_NAME)-mod-sofia with ODBC support (Requires unixodbc_svn)"
|
||||||
depends on PACKAGE_$(PKG_NAME)
|
depends on PACKAGE_$(PKG_NAME)
|
||||||
config SOFIA_WITH_ODBC
|
|
||||||
bool "Compile mod_sofia with ODBC support (Requires unixodbc_svn)"
|
|
||||||
default n
|
default n
|
||||||
select PACKAGE_$(PKG_NAME)-mod-sofia
|
|
||||||
select PACKAGE_unixodbc_svn
|
|
||||||
help
|
help
|
||||||
Compile mod_sofia with ODBC Support (Requires unixodbc_svn package).
|
Compile $(PKG_NAME)-mod-sofia with ODBC Support (Requires unixodbc_svn package).
|
||||||
endmenu
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)-example-config
|
define Package/$(PKG_NAME)-example-config
|
||||||
@ -379,7 +375,7 @@ CONFIGURE_ARGS+= \
|
|||||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-dingaling),--with-openssl="$(STAGING_DIR)/usr",--without-openssl) \
|
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-dingaling),--with-openssl="$(STAGING_DIR)/usr",--without-openssl) \
|
||||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-java),--with-java="$(STAGING_DIR)/usr",--without-java) \
|
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-java),--with-java="$(STAGING_DIR)/usr",--without-java) \
|
||||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-spandsp),--enable-builtin-tiff,) \
|
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-spandsp),--enable-builtin-tiff,) \
|
||||||
$(if $(CONFIG_SOFIA_WITH_ODBC),--enable-core-odbc-support --with-odbc="$(STAGING_DIR)/usr",) \
|
$(if $(CONFIG_FS_SOFIA_WITH_ODBC),--enable-core-odbc-support --with-odbc="$(STAGING_DIR)/usr",) \
|
||||||
|
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user