blob: 8d11e5cce00bf4b5b92c7d8d926f107f8b3d31df (
plain)
1
2
3
4
5
6
7
8
9
10
|
# see https://bugs.archlinux32.org/index.php?do=details&task_id=317
# see https://github.com/andrewgregory/pacutils/pull/51
# see https://github.com/CyberShadow/aconfmgr/issues/159
eval "$(
declare -f build | \
sed '
/make CFLAGS/ i \
CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64"
'
)"
|