mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 19:04:32 +04:00
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>
12 lines
184 B
Diff
12 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
|
|
|