mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +02:00
gnuplot-gfx: use ICONV notation
This commit is contained in:
parent
f0c9c3bdc1
commit
b1ccf9896f
@ -41,6 +41,7 @@ PKG_BUILD_DEPENDS:= gnuplot-gfx/host libtool/host
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/gnuplot-gfx/Default
|
define Package/gnuplot-gfx/Default
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
@ -58,7 +59,7 @@ endef
|
|||||||
|
|
||||||
define Package/gnuplot-gfx
|
define Package/gnuplot-gfx
|
||||||
$(call Package/gnuplot-gfx/Default)
|
$(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+=
|
TITLE+=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -129,14 +130,9 @@ CONFIGURE_VARS += \
|
|||||||
TARGET_CPPFLAGS += -DDEFAULTTERM=\\\"linux\\\"
|
TARGET_CPPFLAGS += -DDEFAULTTERM=\\\"linux\\\"
|
||||||
|
|
||||||
# todo: insto cppflags
|
# todo: insto cppflags
|
||||||
TARGET_CFLAGS += \
|
|
||||||
-I$(STAGING_DIR)/usr/lib/libintl/include \
|
|
||||||
-I$(STAGING_DIR)/usr/lib/libiconv/include
|
|
||||||
|
|
||||||
TARGET_LDFLAGS+= \
|
TARGET_LDFLAGS+= \
|
||||||
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
-L$(STAGING_DIR)/usr/lib/libintl/lib \
|
|
||||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib
|
|
||||||
|
|
||||||
# todo: remove that when stable
|
# todo: remove that when stable
|
||||||
MAKE_FLAGS += -j2
|
MAKE_FLAGS += -j2
|
||||||
|
Loading…
Reference in New Issue
Block a user