mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 11:53:25 +00:00
zssh: Do autoreconf
This commit is contained in:
@@ -3,12 +3,15 @@ TERMUX_PKG_DESCRIPTION="A program for interactively transferring files to a remo
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=1.5c
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/zssh/zssh-${TERMUX_PKG_VERSION}.tgz
|
||||
TERMUX_PKG_SHA256=a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b
|
||||
TERMUX_PKG_DEPENDS="libandroid-glob, lrzsz, openssh, readline"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_pre_configure() {
|
||||
autoreconf -fi
|
||||
|
||||
echo "ac_cv_func_getpgrp_void=yes" >> config.cache
|
||||
LDFLAGS+=" -landroid-glob"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user