This adds libnatpmp from old packages and updates it to version 20140401. This new version has to install the header file declspec.h. libnatpmp is needed for tor. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
184 B
Diff
11 lines
184 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -56,7 +56,7 @@ else
|
|
endif
|
|
endif
|
|
|
|
-HEADERS = natpmp.h
|
|
+HEADERS = natpmp.h declspec.h
|
|
|
|
EXECUTABLES = testgetgateway natpmpc-shared natpmpc-static
|
|
|