diff options
-rwxr-xr-x | ports/gonk/fake-ld.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gonk/fake-ld.sh b/ports/gonk/fake-ld.sh index e17307ccfd8..ab18f01ec73 100755 --- a/ports/gonk/fake-ld.sh +++ b/ports/gonk/fake-ld.sh @@ -1,2 +1,2 @@ #!/bin/bash -arm-linux-androideabi-g++ $@ $LDFLAGS -lGLESv2 -lsupc++ -L$GONKDIR/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/ +arm-linux-androideabi-g++ $@ $LDFLAGS -pie -lGLESv2 -lsupc++ -L$GONKDIR/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/ |