diff options
author | Steven Barth <steven@midlink.org> | 2014-07-18 11:41:11 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-07-18 11:41:11 +0200 |
commit | 4d5d3f47d127be7e1b500540cd55392c6c907a5c (patch) | |
tree | 3c3af98dbdab5827c3de7fc8b9aac4e0e6252031 /net | |
parent | bf2d6236ea5cac30022ade36428a962df09a031a (diff) |
ntpd: remove spurious libelf dependency
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/ntpd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 00be22739..2b6496431 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -17,7 +17,6 @@ PKG_MD5SUM:=00df80a84ec9528fcfb09498075525bc PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) -PKG_BUILD_DEPENDS:=libelf1 PKG_FIXUP:=autoreconf PKG_LIBTOOL_PATHS:=. sntp PKG_CHECK_FORMAT_SECURITY:=0 |