Chunk 12 of CMP contribution to OpenSSL: CLI-based high-level tests
[openssl.git] / Configurations / 15-android.conf
index d8674978a5e06cfb170f0248ca48cbcc641b3cf3..d3b2ff6a1c4c559767799de5e3b402c70d8c8a56 100644 (file)
@@ -168,7 +168,8 @@ my %targets = (
         cppflags         => add(sub { android_ndk()->{cppflags} }),
         cxxflags         => add(sub { android_ndk()->{cflags} }),
         bn_ops           => sub { android_ndk()->{bn_ops} },
-        bin_cflags       => "-pie",
+        bin_cflags       => "-fPIE",
+        bin_lflags       => "-pie",
         enable           => [ ],
     },
     "android-arm" => {