mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-21 20:56:19 +00:00
12 lines
287 B
Diff
12 lines
287 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -11027,7 +11029,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; then :
|