mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-10 03:25:52 +00:00
12 lines
279 B
Diff
12 lines
279 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -12838,7 +12840,7 @@
|
|
then CCSHARED="-fPIC";
|
|
else CCSHARED="+z";
|
|
fi;;
|
|
- Linux-android*) ;;
|
|
+ Linux-android*) CCSHARED="-fPIC";;
|
|
Linux*|GNU*) CCSHARED="-fPIC";;
|
|
Emscripten*|WASI*)
|
|
if test "x$enable_wasm_dynamic_linking" = xyes
|