From 076055a836b3d5180d8390efc0e9b207966cddda Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 12 Apr 2017 12:17:39 +0200 Subject: [PATCH] qingy: unbreak (use our optimizations, enable PIE) --- srcpkgs/qingy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qingy/template b/srcpkgs/qingy/template index 27727ae3fab..4454a515766 100644 --- a/srcpkgs/qingy/template +++ b/srcpkgs/qingy/template @@ -6,7 +6,7 @@ lib32disabled=yes build_style=gnu-configure makedepends="ncurses-devel libressl-devel $(vopt_if pam pam-devel) $(vopt_if x11 'libXScrnSaver-devel libX11-devel scrnsaverproto')" -configure_args="--sbindir=/usr/bin --disable-static --disable-DirectFB-support +configure_args="--disable-optimizations --disable-static --disable-DirectFB-support $(vopt_enable pam) $(vopt_enable x11 x-support)" short_desc="Qingy Is Not Getty" maintainer="Jens E. Becker "