void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit a847a4b2ed171afb36cf3e67fda195aef8583153
parent 87ece65128ae9f92e5539bd5450a4ebefdc3a96f
Author: Dash Eclipse <dash@ezup.dev>
Date:   Sun, 15 Nov 2020 17:55:30 +0000

xrdp: update template

Diffstat:
Msrcpkgs/xrdp/template | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xrdp/template b/srcpkgs/xrdp/template @@ -1,7 +1,7 @@ # Template file for 'xrdp' pkgname=xrdp version=0.9.13.1 -revision=1 +revision=2 archs="x86*" # cross compile for arm: lt-xrdp-keygen: cannot execute binary file: Exec format error patch_args="-Np1" build_style=gnu-configure @@ -18,7 +18,7 @@ tags="ezup" pre_configure() { case "$XBPS_TARGET_MACHINE" in - x86) configure_args="configure_args --without-simd" ;; + x86) configure_args+=" --without-simd" ;; esac ./bootstrap }