diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 19:25:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-22 19:25:04 +0100 |
commit | 9d558ab93a7d672f4fcf9c5c1bdd123005355b5d (patch) | |
tree | 8b4bc18bce0f6d82c462356a900a0196305bde6e /package/pcre | |
parent | b5b344787ba362d146651967691da117a12ff61d (diff) |
remove gettext-tiny, libintl is now included in uClibc-ng
Diffstat (limited to 'package/pcre')
-rw-r--r-- | package/pcre/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile index 54995240b..77a8cc322 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -9,7 +9,6 @@ PKG_RELEASE:= 1 PKG_HASH:= ccdf7e788769838f8285b3ee672ed573358202305ee361cfec7a4a4fb005bbc7 PKG_DESCR:= perl compatible regular expression library PKG_SECTION:= libs/misc -PKG_BUILDDEPS:= gettext-tiny PKG_URL:= http://www.pcre.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pcre/} PKG_LIBNAME:= libpcre |