Merge pull request #8768 from neheb/cmd

[18.06] cmdpad: Fix compile
This commit is contained in:
Rosen Penev
2019-04-24 19:30:49 -07:00
committed by GitHub
+3 -1
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cmdpad PKG_NAME:=cmdpad
PKG_VERSION:=0.0.3 PKG_VERSION:=0.0.3
PKG_RELEASE:=3 PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=@SF/cmdpad PKG_SOURCE_URL:=@SF/cmdpad
@@ -28,6 +28,8 @@ define Package/cmdpad
URL:=http://cmdpad.sourceforge.net/index.php URL:=http://cmdpad.sourceforge.net/index.php
endef endef
TARGET_CFLAGS += -std=gnu89
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--enable-static \ --enable-static \
--enable-shared --enable-shared