mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
sqlite: enable build_pie/relro.
This commit is contained in:
parent
8061656896
commit
f3c266356b
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.8.8.3
|
version=3.8.8.3
|
||||||
revision=1
|
revision=2
|
||||||
_amalgamationver=3080803
|
_amalgamationver=3080803
|
||||||
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
wrksrc="sqlite-autoconf-${_amalgamationver}"
|
||||||
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
|
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
|
||||||
makedepends="readline-devel>=6.3"
|
makedepends="readline-devel>=6.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue