summaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-04-05 02:39:44 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-04-05 13:50:57 +0200
commit6209d3ee3dd29dfabab8b3d49908fa59b4b91714 (patch)
tree5bced2f34e44a6117f842824e508bbe020daebcd /.gitmodules
parent33aded09c620de48dede6a8d086d3739a6b03f05 (diff)
tools: clean unwanted ELF flags from binaries
Fixes warnings on old Android, such as: linker : /data/data/com.wireguard.android/code_cache/bin/wg-quick: unsupported flags DT_FLAGS_1=0x8000001 linker : /data/data/com.wireguard.android/code_cache/bin/wg: unsupported flags DT_FLAGS_1=0x8000001 Reported-by: L.W.Reek <syphyr@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 46c0abd5..e649c866 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "tunnel/tools/wireguard-tools"]
path = tunnel/tools/wireguard-tools
url = https://git.zx2c4.com/wireguard-tools
+[submodule "tunnel/tools/elf-cleaner"]
+ path = tunnel/tools/elf-cleaner
+ url = https://github.com/termux/termux-elf-cleaner