ecryptfs-utils: musl fix.

This commit is contained in:
Christian Neukirchen 2016-01-24 18:02:30 +01:00
parent 59f3aae0e2
commit 594a5c0c19
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,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
}
post_install() {