mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
zile: fix gcc5 build issues
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
+7
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zile
|
||||
PKG_VERSION:=2.3.24
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/zile
|
||||
@@ -19,8 +19,11 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
||||
PKG_BUILD_DEPENDS += libncurses
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/zile
|
||||
@@ -39,7 +42,9 @@ define Package/zile/description
|
||||
endef
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
gl_cv_func_getopt_gnu=yes
|
||||
gl_cv_func_getopt_gnu=yes \
|
||||
gl_cv_warn__Wmudflap=no \
|
||||
gl_cv_warn__fmudflap=no
|
||||
|
||||
define Package/zile/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
||||
Reference in New Issue
Block a user