From: Michael Büsch Date: Thu, 27 Jan 2011 19:04:38 +0000 (+0000) Subject: lxtask: Force include of libintl.h to avoid implicit linkage to intl functions. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1e19605f35647bd58da791adf0b80b0a58322bd7;p=openwrt%2Fsvn-archive%2Ffeeds.git lxtask: Force include of libintl.h to avoid implicit linkage to intl functions. SVN-Revision: 25158 --- diff --git a/lxde/apps/lxtask/Makefile b/lxde/apps/lxtask/Makefile index e78cb44..c1bd2ac 100644 --- a/lxde/apps/lxtask/Makefile +++ b/lxde/apps/lxtask/Makefile @@ -22,7 +22,8 @@ include $(INCLUDE_DIR)/package.mk TARGET_CFLAGS+= \ -I$(STAGING_DIR)/usr/lib/libintl/include/ \ - -I$(STAGING_DIR)/usr/lib/libiconv/include/ + -I$(STAGING_DIR)/usr/lib/libiconv/include/ \ + -include $(STAGING_DIR)/usr/include/libintl.h TARGET_LDFLAGS+= \ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ @@ -34,7 +35,7 @@ define Package/lxtask CATEGORY:=Xorg SUBMENU:=app TITLE:=lxtask - DEPENDS:=+gtk2 +lxde-common + DEPENDS:=+gtk2 +lxde-common +libintl +libiconv endef define Package/lxtask/install