Thanks for the reply! The .spec file contains: *cc1_options: + %{!fpie: %{!fPIE: %{!fpic: %{!fPIC: %{!fno-pic:-fPIE}}}}} *link: + %{!nopie: %{!static: %{!shared: %{!nostdlib: %{!nostartfiles: %{!fno-PIE: %{!fno-pie: -pie}}}}}}} Does that look broken (in that it could cause this problem)? On 5 August 2015 at 22:55, Andrew Haley <aph@xxxxxxxxxx> wrote: > On 04/08/15 22:56, Fredrik Fornwall wrote: >> Where is the the problem? > > Probably somewhere in /home/fornwall/dc/termux.spec. > > Andrew. >