mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
centerim5: update to latest git and fix missing iconv
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=centerim5
|
PKG_NAME:=centerim5
|
||||||
PKG_VERSION:=alpha
|
PKG_VERSION:=git
|
||||||
PKG_REV:=2f922377219973e7a7923abd4fd1008c0bcf8f43
|
PKG_REV:=95bb9eb08d73e171e40a9bcfaafe4bc39e650034
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_FIXUP:=gettext-version
|
PKG_FIXUP:=gettext-version
|
||||||
@@ -36,7 +36,7 @@ define Build/Prepare
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--with-libintl-prefix=$(INTL_PREFIX)
|
CONFIGURE_ARGS+=--with-libintl-prefix=$(INTL_PREFIX)
|
||||||
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib -lintl
|
TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib -lintl -liconv
|
||||||
TARGET_CFLAGS+=-std=c99
|
TARGET_CFLAGS+=-std=c99
|
||||||
DISABLE_NLS:=--enable-nls
|
DISABLE_NLS:=--enable-nls
|
||||||
#MAKE_FLAGS+="SUBDIRS = cppconsui misc src tests"
|
#MAKE_FLAGS+="SUBDIRS = cppconsui misc src tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user