kea: default to pgsql for the lease database
This commit is contained in:
parent
8d2afa115b
commit
546f17c0f0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kea'
|
||||
pkgname=kea
|
||||
version=1.1.0
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-generate-docs --with-openssl=${XBPS_CROSS_BASE}/usr
|
||||
$(vopt_if mysql --with-dhcp-mysql)
|
||||
|
@ -26,6 +26,7 @@ build_options="botan mysql pgsql"
|
|||
desc_option_botan="With Botan SSL support"
|
||||
desc_option_mysql="With MySQL lease information database"
|
||||
desc_option_pgsql="With PostgreSQL lease information database"
|
||||
build_options_default="pgsql"
|
||||
|
||||
# Reduce log spamming for deprecated auto_ptr
|
||||
CXXFLAGS="-Wno-deprecated-declarations -O2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user