sqlite: enable build_pie/relro.

This commit is contained in:
Juan RP 2015-03-18 11:47:40 +01:00
parent 8061656896
commit f3c266356b

View file

@ -1,9 +1,10 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.8.8.3
revision=1
revision=2
_amalgamationver=3080803
wrksrc="sqlite-autoconf-${_amalgamationver}"
build_pie=yes
build_style=gnu-configure
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
makedepends="readline-devel>=6.3"