From c048d781b04fe5837106f0d02f2da938abd63b99 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 25 May 2016 13:16:19 +0200 Subject: [PATCH] fpc: nopie=yes. --- srcpkgs/fpc/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/fpc/template b/srcpkgs/fpc/template index d7ed848156e..a05d2d0a747 100644 --- a/srcpkgs/fpc/template +++ b/srcpkgs/fpc/template @@ -25,6 +25,7 @@ i686) esac # TODO: figure out cross-build and how to unwrap the ARM .tar. nocross=yes +nopie=yes only_for_archs="x86_64 x86_64-musl i686 i686-musl" post_extract() {