zoom.sh 437 Bytes
Newer Older
Vitaly Lipatov's avatar
Vitaly Lipatov committed
1 2 3 4 5 6
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"

SPEC="$2"

7 8 9
# TODO: s/freetype/libfreetype/
# see https://bugzilla.altlinux.org/show_bug.cgi?id=38892

10
test -f /lib64/ld-linux-x86-64.so.2 && exit
Vitaly Lipatov's avatar
Vitaly Lipatov committed
11 12 13 14

# drop x86_64 req from 32 bit binary
sed -E -i -e "s@/lib64/ld-linux-x86-64.so.2@/lib/ld-linux.so.2\x0________@" $BUILDROOT/opt/zoom/libQt5Core.so.*

15
subst '1i%filter_from_requires /^mesa-dri-drivers(x86-32)/d' $SPEC