From: Fredrik Fornwall Date: Fri, 7 Apr 2017 01:26:01 +0000 (+0200) Subject: libedit: Remove file clash with readline X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/0c254b73b8e310cb54d02123cd1b85cbe552114b libedit: Remove file clash with readline --- diff --git a/packages/libedit/build.sh b/packages/libedit/build.sh index f46c7148..ecf7a1f6 100644 --- a/packages/libedit/build.sh +++ b/packages/libedit/build.sh @@ -4,6 +4,7 @@ TERMUX_PKG_VERSION=20170329-3.1 TERMUX_PKG_SRCURL=http://thrysoee.dk/editline/libedit-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=91f2d90fbd2a048ff6dad7131d9a39e690fd8a8fd982a353f1333dd4017dd4be TERMUX_PKG_DEPENDS="libandroid-support, ncurses" +TERMUX_PKG_RM_AFTER_INSTALL="share/man/man7/editline.7 share/man/man3/history.3" termux_step_pre_configure() { CFLAGS+=" -D__STDC_ISO_10646__=201103L -DNBBY=CHAR_BIT"