diff options
-rw-r--r-- | LICENCE | 2 | ||||
-rw-r--r-- | package/pdnsd/Makefile | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -28,5 +28,3 @@ me an email. • The OpenWrt Project • uClibc Buildroot • The MirOS Project and contributors - -──────────────────────────────────────────────────────────────────────── diff --git a/package/pdnsd/Makefile b/package/pdnsd/Makefile index 1c6d5694d..4c454a332 100644 --- a/package/pdnsd/Makefile +++ b/package/pdnsd/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 114b3b21b09b43cbfcccdde726b84c12 PKG_DESCR:= Proxy DNS server with permanent caching PKG_SECTION:= net -PKG_DEPENDS:= +PKG_DEPENDS:= libpthread PKG_URL:= http://www.phys.uu.nl/~rombouts/pdnsd.html PKG_SITES:= http://www.phys.uu.nl/~rombouts/pdnsd/releases/ |