ecryptfs-utils: rebuild with libressl-2.7

also fix build when python[23] are both installed
This commit is contained in:
Enno Boland 2018-04-23 16:56:31 +02:00
parent ea4d57d64b
commit 8063dcdf46
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ecryptfs-utils'
pkgname=ecryptfs-utils
version=111
revision=4
revision=5
lib32disabled=yes
build_style=gnu-configure
configure_args="--sbindir=/usr/bin
@ -23,6 +23,7 @@ CPPFLAGS="-D_FILE_OFFSET_BITS=64 -I${XBPS_CROSS_BASE}/usr/include/python2.7"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
sed -i 's/__SWORD_TYPE/unsigned long/g' src/utils/mount.ecryptfs_private.c
export PYTHON=python2
}
post_install() {