1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-26 03:12:22 +03:00

gnuplot-gfx: use ICONV notation

This commit is contained in:
kyak 2011-02-06 22:26:31 +03:00
parent f0c9c3bdc1
commit b1ccf9896f

View File

@ -41,6 +41,7 @@ PKG_BUILD_DEPENDS:= gnuplot-gfx/host libtool/host
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
define Package/gnuplot-gfx/Default
SECTION:=utils
@ -58,7 +59,7 @@ endef
define Package/gnuplot-gfx
$(call Package/gnuplot-gfx/Default)
DEPENDS:=+libncurses +uclibcxx +zlib +libpng +libfreetype +libgd +libintl +libiconv +svgalib
DEPENDS:=+libncurses +uclibcxx +zlib +libpng +libfreetype +libgd $(INTL_DEPENDS) $(ICONV_DEPENDS) +svgalib
TITLE+=
endef
@ -129,14 +130,9 @@ CONFIGURE_VARS += \
TARGET_CPPFLAGS += -DDEFAULTTERM=\\\"linux\\\"
# todo: insto cppflags
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/lib/libintl/include \
-I$(STAGING_DIR)/usr/lib/libiconv/include
TARGET_LDFLAGS+= \
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
-L$(STAGING_DIR)/usr/lib/libintl/lib \
-L$(STAGING_DIR)/usr/lib/libiconv/lib
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
# todo: remove that when stable
MAKE_FLAGS += -j2