From 3418bbccc400de2f1e1dc82ae6e6b3f40a62c732 Mon Sep 17 00:00:00 2001 From: blogic Date: Sat, 4 Aug 2012 17:02:06 +0000 Subject: [PATCH] [packages] gnuplot libc++ fix git-svn-id: svn://svn.openwrt.org/openwrt/packages@32979 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/gnuplot/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/gnuplot/Makefile b/utils/gnuplot/Makefile index 7fde06e23..ec50a4e57 100644 --- a/utils/gnuplot/Makefile +++ b/utils/gnuplot/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnuplot PKG_VERSION:=4.6.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_INSTALL:=1 @@ -17,6 +17,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/gnuplot PKG_MD5SUM:=8e6e92b4596ea0eb75e16a57fc79efec +include $(INCLUDE_DIR)/uclibc++.mk include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk @@ -24,14 +25,13 @@ TARGET_LDFLAGS+= \ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib CONFIGURE_VARS += \ - CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++" \ - CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti -nostdinc++" \ - LIBS="-nodefaultlibs -lc -luClibc++ -lpthread $(LIBGCC_S)" + CXXFLAGS="$$$$CXXFLAGS -fno-rtti" \ + LIBS="-lpthread" define Package/gnuplot SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libncurses +uclibcxx +zlib +libpng +libfreetype +libgd \ + DEPENDS:=+libncurses $(CXX_DEPENDS) +zlib +libpng +libfreetype +libgd \ $(INTL_DEPENDS) $(ICONV_DEPENDS) +libpthread +libreadline TITLE:=A portable command-line driven graphing utility URL:=http://sourceforge.net/projects/gnuplot/