diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-06 13:16:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-06 13:16:32 -0400 |
commit | b2e20f09400a67518042690b2c4e2a955eda44e8 (patch) | |
tree | b9fc4aae643a5a3196d135780aaa23090c97f8cd /Makefile | |
parent | 7e132c36c15d948dbda0274acdb4de2ed8934990 (diff) |
pass pie options to C compiler, not just to linker
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ android: Build/EvilSplicer --ghc-options=-optl-z --ghc-options=-optlnocopyreloc \ && mv dist/build/git-annex/git-annex dist/build/git-annex/4.3/git-annex cd tmp/androidtree && $$HOME/.ghc/$(shell cat standalone/android/abiversion)/arm-linux-androideabi/bin/cabal build \ - --ghc-options=-optl-z --ghc-options=-optlnocopyreloc --ghc-options=-optl-fPIE --ghc-options=-optl-pie \ + --ghc-options=-optl-z --ghc-options=-optlnocopyreloc --ghc-options=-optl-fPIE --ghc-options=-optl-pie --ghc-options=-optc-fPIE --ghc-options=-optc-pie \ && mv dist/build/git-annex/git-annex dist/build/git-annex/5.0/git-annex androidapp: |