mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
rygel: build with pie/relro.
This commit is contained in:
parent
4aa6641253
commit
05862b931f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rygel'
|
# Template file for 'rygel'
|
||||||
pkgname=rygel
|
pkgname=rygel
|
||||||
version=0.26.1
|
version=0.26.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gst-launch-plugin"
|
configure_args="--enable-gst-launch-plugin"
|
||||||
hostmakedepends="automake libtool pkg-config intltool gettext-devel
|
hostmakedepends="automake libtool pkg-config intltool gettext-devel
|
||||||
|
@ -17,6 +17,7 @@ homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=390740609e34399b886ddb9a8f7eca25055ad72048dfdd869edf02999b1e1d8f
|
checksum=390740609e34399b886ddb9a8f7eca25055ad72048dfdd869edf02999b1e1d8f
|
||||||
|
build_pie=yes
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue