diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 14:18:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 14:18:52 +0100 |
commit | 1dbfbd6e0c5c2738f2f8d3b9b8ff0a3a9dc4e529 (patch) | |
tree | 7d453626109a4d36305307206ded637914b9833d /package/libdnet/Makefile | |
parent | 92e6956680178ab6b2ac30d85efe126af81e39b2 (diff) |
c++ compiler fixes
when C++ compiler is disabled by user, do not allow to
compile packages , which require a C++ compiler.
Older libtool unnecessary checks for c++ tools, so
regenerate autotool stuff.
Diffstat (limited to 'package/libdnet/Makefile')
-rw-r--r-- | package/libdnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libdnet/Makefile b/package/libdnet/Makefile index ebe03f276..1dec73a6d 100644 --- a/package/libdnet/Makefile +++ b/package/libdnet/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libdnet -PKG_VERSION:= 1.10 +PKG_VERSION:= 1.11 PKG_RELEASE:= 1 -PKG_MD5SUM:= 416b765e9d9961501ac85e9a366fd219 +PKG_MD5SUM:= 04c394ed8e1e7fc455456e79e908916d PKG_DESCR:= a low-level networking library PKG_SECTION:= libs PKG_URL:= http://libdnet.sourceforge.net/ |