From 480e9aae69bebfc2422215d06c7753b2c3740369 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Thu, 18 Aug 2016 09:55:48 +0200 Subject: [PATCH] bin86: fix PIE --- srcpkgs/bin86/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bin86/template b/srcpkgs/bin86/template index 31c7aae95bc..2a914b9a707 100644 --- a/srcpkgs/bin86/template +++ b/srcpkgs/bin86/template @@ -11,7 +11,7 @@ checksum=021e37cde3a20632c4c9000993cb4aa9f58cb82b1d3c26b9aeb62d6566925738 only_for_archs="i686 x86_64 i686-musl x86_64-musl" do_build() { - make ${makejobs} PREFIX=/usr + make ${makejobs} CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" PREFIX=/usr } do_install() { vmkdir usr/bin