|
|
@ -9,7 +9,7 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=mksh |
|
|
|
PKG_VERSION:=56c |
|
|
|
PKG_VERSION:=59c |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Thorsten Glaser <tg@mirbsd.org>, \
|
|
|
@ -19,7 +19,7 @@ PKG_LICENSE:=MirOS |
|
|
|
PKG_SOURCE:=$(PKG_NAME)-R$(PKG_VERSION).tgz |
|
|
|
PKG_SOURCE_URL:=http://www.mirbsd.org/MirOS/dist/mir/mksh \
|
|
|
|
http://pub.allbsd.org/MirOS/dist/mir/mksh |
|
|
|
PKG_HASH:=dd86ebc421215a7b44095dc13b056921ba81e61b9f6f4cdab08ca135d02afb77 |
|
|
|
PKG_HASH:=77ae1665a337f1c48c61d6b961db3e52119b38e58884d1c89684af31f87bc506 |
|
|
|
|
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |
|
|
|
|
|
|
@ -42,7 +42,7 @@ derivate currently being actively developed. It includes bug |
|
|
|
fixes and feature improvements, in order to produce a modern, |
|
|
|
robust shell good for interactive and especially script use. |
|
|
|
mksh has UTF-8 support (in substring operations and the Emacs |
|
|
|
editing mode) and - while R50 corresponds to OpenBSD 5.5-cur- |
|
|
|
editing mode) and - while R59 corresponds to OpenBSD 5.7-cur- |
|
|
|
rent ksh (without GNU bash-like PS1 and fancy character clas- |
|
|
|
ses) - adheres to SUSv4 and is much more robust. The code has |
|
|
|
been cleaned up and simplified, bugs fixed, standards compli- |
|
|
@ -65,11 +65,11 @@ define Build/Compile |
|
|
|
CC="$(TARGET_CC)" \
|
|
|
|
TARGET_OS="$(shell uname -s)" \
|
|
|
|
CFLAGS="$(TARGET_CFLAGS)" \
|
|
|
|
CPPFLAGS="-DMKSH_SMALL=1 -DMKSH_ASSUME_UTF8=0 -DMKSH_BINSHPOSIX -DMKSHRC_PATH=\\\"/etc/mkshrc\\\"" \
|
|
|
|
CPPFLAGS="$(TARGET_CPPFLAGS) -DMKSH_SMALL=1 -DMKSH_ASSUME_UTF8=0 -DMKSH_BINSHPOSIX -DMKSHRC_PATH=\\\"/etc/mkshrc\\\"" \
|
|
|
|
HAVE_CAN_FSTACKPROTECTORALL=0 \
|
|
|
|
HAVE_CAN_FSTACKPROTECTORSTRONG=0 \
|
|
|
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
|
|
|
$(BASH) Build.sh -Q -r -c lto |
|
|
|
$(BASH) Build.sh -Q -r |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/mksh/postinst |
|
|
|