Some cleanup and housekeeping

This commit is contained in:
BtbN 2021-04-04 23:20:31 +02:00
parent 12ab519046
commit fcd5acba08
57 changed files with 137 additions and 304 deletions

View file

@ -32,14 +32,11 @@ ffbuild_dockerbuild() {
return -1
fi
./autogen.sh "${myconf[@]}" || return -1
make || return -1
make install || return -1
./autogen.sh "${myconf[@]}"
make
make install
sed -i 's/Cflags:/Cflags: -DFRIBIDI_LIB_STATIC/' "$FFBUILD_PREFIX"/lib/pkgconfig/fribidi.pc || return -1
cd ..
rm -rf fribidi
sed -i 's/Cflags:/Cflags: -DFRIBIDI_LIB_STATIC/' "$FFBUILD_PREFIX"/lib/pkgconfig/fribidi.pc
}
ffbuild_configure() {