diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-15 10:57:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-15 10:57:34 +0100 |
commit | bae2cf7b9802f9ca6787c1e734e547f6feafe3da (patch) | |
tree | 9b85622570972b38c88c45814cece0d785b694b5 /package/pcrepp | |
parent | ff6f45b68a15c4bf33ab401e4864205e2a57a066 (diff) |
remove bitrotted uClibc++ support
Please use PKG_NEEDS for marking of packages needing C++ compiler.
Remove the old bitrotted uClibc++ package and support for some
packages.
Diffstat (limited to 'package/pcrepp')
-rw-r--r-- | package/pcrepp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcrepp/Makefile b/package/pcrepp/Makefile index 8132ef67a..6af9ca6fe 100644 --- a/package/pcrepp/Makefile +++ b/package/pcrepp/Makefile @@ -11,9 +11,9 @@ PKG_DESCR:= cpp wrapper classes for pcre PKG_SECTION:= libs/misc PKG_DEPENDS:= libpcre PKG_BUILDDEP:= pcre +PKG_NEEDS:= c++ PKG_URL:= http://www.daemon.de/PCRE PKG_SITES:= http://www.daemon.de/idisk/Apps/pcre++/ -PKG_CXX:= PCREPP PKG_OPTS:= dev DISTFILES:= pcre++-${PKG_VERSION}.tar.gz |