mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 23:33:06 +01:00
DNS rebinding protection introduced a new option. Use it to disable it as OpenWrt does not need it. Adjusted Makefile to use the release instead of a git version. Also cleaned up and added LICENSE entries. Eliminated useless patches. The syslog one actually doesn't log much. No need to mask the os release anymore either. Added group entry to init script. Otherwise files end up being owned by user:root which is bogus. v2: Previous maintainer relied on git version of Transmission for mbedtls support. Backport it to the stable instead. Signed-off-by: Rosen Penev <rosenp@gmail.com>
14 lines
381 B
Diff
14 lines
381 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index aff673b..7e109af 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -378,7 +378,7 @@ dnl See if ANY version of miniupnpc is installed
|
|
AC_LINK_IFELSE(
|
|
[AC_LANG_PROGRAM([#include <miniupnpc/miniupnpc.h>],
|
|
[struct UPNPDev dev;])],
|
|
- [upnp_version="unknown"],
|
|
+ [upnp_version="none"],
|
|
[upnp_version="none"]
|
|
)
|
|
|