diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-02 23:56:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:44 +0200 |
commit | 86f1be5e901d5e2dec9e59eff529bff95773da01 (patch) | |
tree | 05e89f85b92b435b44d8743d79a7fbc75f8aa72f /package/snort | |
parent | 43caa16bd6e38b9c06c15bfe9d667a48a1576d91 (diff) |
update distfile url
Diffstat (limited to 'package/snort')
-rw-r--r-- | package/snort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/snort/Makefile b/package/snort/Makefile index eb41d4db3..26a532264 100644 --- a/package/snort/Makefile +++ b/package/snort/Makefile @@ -12,12 +12,12 @@ PKG_SECTION:= net/security PKG_DEPENDS:= libnet libpcap libpcre libtirpc daq PKG_BUILDDEP:= libnet libpcap pcre libtirpc daq PKG_URL:= http://www.snort.org/ -PKG_SITES:= http://openadk.org/distfiles/ +PKG_SITES:= http://distfiles.openadk.org/ PKG_NOPARALLEL:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -PKG_LIBC_DEPENDS:= uclibc glibc +PKG_LIBC_DEPENDS:= uclibc-ng glibc include ${ADK_TOPDIR}/mk/package.mk |