loksh: update to 6.2. (#9800)
This commit is contained in:
parent
5e6e52c967
commit
fae5017725
2 changed files with 3 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
|||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -17,8 +17,8 @@ HEADERS = c_test.h charclass.h config.h edit.h expand.h ksh_limval.h lex.h \
|
||||
proto.h sh.h shf.h table.h tree.h tty.h
|
||||
|
||||
ifeq (1,$(HAVE_LIBBSD))
|
||||
- CFLAGS += $(shell pkg-config --cflags libbsd-overlay)
|
||||
- LDFLAGS += $(shell pkg-config --libs libbsd-overlay)
|
||||
+ override CFLAGS += $(shell pkg-config --cflags libbsd-overlay)
|
||||
+ override LDFLAGS += $(shell pkg-config --libs libbsd-overlay)
|
||||
endif
|
||||
|
||||
all: ksh
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'loksh'
|
||||
pkgname=loksh
|
||||
version=6.1
|
||||
revision=2
|
||||
version=6.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="HAVE_LIBBSD=1"
|
||||
make_install_args="BIN_NAME=loksh"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Renato Aguiar <renato@renag.me>"
|
|||
license="Public Domain"
|
||||
homepage="https://github.com/dimkr/loksh"
|
||||
distfiles="https://github.com/dimkr/loksh/archive/${version}.tar.gz"
|
||||
checksum=988a9ae4c33aa8ff9e9dbc42ad22678ce7bd46892b9150c37b0e656f8a6ee7f1
|
||||
checksum=3484ce04294c24a74337c89dd5d6935cbc7275d66cccefd12199023cd9fc5540
|
||||
register_shell="/bin/loksh"
|
||||
|
||||
alternatives="
|
||||
|
|
Loading…
Reference in a new issue