Added a comment
This commit is contained in:
parent
22594da0c5
commit
d2ff5e9766
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
subject="comment 7"
|
||||
date="2015-01-06T17:43:45Z"
|
||||
content="""
|
||||
I verified with `eu-readelf --file-header` that the git-annex binary is DYN; ie linked PIE.
|
||||
|
||||
It might be that I also need to tell the C compiler to build it with PIE options. I have now updated the build to include that. Please test the new build.
|
||||
|
||||
It occurs to me that the problem might be not git-annex, but one of the other binaries, like busybox. Does the android app install to the point that there is a working terminal app with a shell?
|
||||
|
||||
It also seems possible that the entire haskell library stack might need to be built with PIE options. If so, that will be a massive pain; I'd need an entire separate autobuilder instance.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue