mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #9415 from neheb/newt
newt: Fix compile with full NLS
This commit is contained in:
+5
-3
@@ -11,16 +11,16 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=newt
|
PKG_NAME:=newt
|
||||||
PKG_VERSION:=0.52.21
|
PKG_VERSION:=0.52.21
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://releases.pagure.org/newt
|
PKG_SOURCE_URL:=https://releases.pagure.org/newt
|
||||||
PKG_HASH:=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
|
PKG_HASH:=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
|
||||||
|
|
||||||
PKG_LICENSE:=LGPL-2.0
|
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
|
||||||
|
PKG_LICENSE:=LGPL-2.0-only
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_CPE_ID:=cpe:/a:fedorahosted:newt
|
PKG_CPE_ID:=cpe:/a:fedorahosted:newt
|
||||||
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
|
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
@@ -89,6 +89,8 @@ CONFIGURE_ARGS+= \
|
|||||||
--without-gpm-support \
|
--without-gpm-support \
|
||||||
--with-colorsfile=/etc/newt/palette
|
--with-colorsfile=/etc/newt/palette
|
||||||
|
|
||||||
|
CONFIGURE_VARS += $(if $(CONFIG_BUILD_NLS),ac_cv_lib_c_gettext=no)
|
||||||
|
|
||||||
MAKE_VARS+= PYTHON_CONFIG_PATH="$(STAGING_DIR)/host/bin"
|
MAKE_VARS+= PYTHON_CONFIG_PATH="$(STAGING_DIR)/host/bin"
|
||||||
|
|
||||||
Build/Compile=$(call Build/Compile/Default,)
|
Build/Compile=$(call Build/Compile/Default,)
|
||||||
|
|||||||
Reference in New Issue
Block a user