From f21df05c7773e44c26040e2c605def005772b62e Mon Sep 17 00:00:00 2001 From: anonimal Date: Thu, 19 Apr 2018 06:31:11 +0000 Subject: [PATCH] Build: add miniupnp submodule Though we only need miniupnpc, rebasing and maintaining a miniupnpc-only repo is unrealistic. (cherry picked from commit 3c40eb768c292a4dec79d7dffd6685fd37940a2a) --- .gitmodules | 4 ++++ external/miniupnp | 1 + 2 files changed, 5 insertions(+) create mode 160000 external/miniupnp diff --git a/.gitmodules b/.gitmodules index fbcec5b46..3da169973 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = external/unbound url = https://github.com/monero-project/unbound branch = monero +[submodule "external/miniupnp"] + path = external/miniupnp + url = https://github.com/anonimal/miniupnp + branch = monero diff --git a/external/miniupnp b/external/miniupnp new file mode 160000 index 000000000..6a63f9954 --- /dev/null +++ b/external/miniupnp @@ -0,0 +1 @@ +Subproject commit 6a63f9954959119568fbc4af57d7b491b9428d87