mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
kea: default to pgsql for the lease database
This commit is contained in:
parent
8d2afa115b
commit
546f17c0f0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kea'
|
# Template file for 'kea'
|
||||||
pkgname=kea
|
pkgname=kea
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-generate-docs --with-openssl=${XBPS_CROSS_BASE}/usr
|
configure_args="--enable-generate-docs --with-openssl=${XBPS_CROSS_BASE}/usr
|
||||||
$(vopt_if mysql --with-dhcp-mysql)
|
$(vopt_if mysql --with-dhcp-mysql)
|
||||||
|
@ -26,6 +26,7 @@ build_options="botan mysql pgsql"
|
||||||
desc_option_botan="With Botan SSL support"
|
desc_option_botan="With Botan SSL support"
|
||||||
desc_option_mysql="With MySQL lease information database"
|
desc_option_mysql="With MySQL lease information database"
|
||||||
desc_option_pgsql="With PostgreSQL lease information database"
|
desc_option_pgsql="With PostgreSQL lease information database"
|
||||||
|
build_options_default="pgsql"
|
||||||
|
|
||||||
# Reduce log spamming for deprecated auto_ptr
|
# Reduce log spamming for deprecated auto_ptr
|
||||||
CXXFLAGS="-Wno-deprecated-declarations -O2"
|
CXXFLAGS="-Wno-deprecated-declarations -O2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue