Browse Source

Merge pull request #7181 from neheb/patch-45

cmdpad: Fix compile
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
0d6385bf8e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      utils/cmdpad/Makefile

+ 3
- 1
utils/cmdpad/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cmdpad
PKG_VERSION:=0.0.3
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=@SF/cmdpad
@ -28,6 +28,8 @@ define Package/cmdpad
URL:=http://cmdpad.sourceforge.net/index.php
endef
TARGET_CFLAGS += -std=gnu89
CONFIGURE_ARGS += \
--enable-static \
--enable-shared


Loading…
Cancel
Save