buildx.sh: force forward patch, don't ask whether to revert
This commit is contained in:
parent
6247a3afac
commit
3cf67c684b
@ -105,7 +105,7 @@ extract_it()
|
||||
cd $mod_name
|
||||
# check for patches
|
||||
if [ -e ../../$mod_name.patch ]; then
|
||||
patch -p1 < ../../$mod_name.patch
|
||||
patch -N -p1 < ../../$mod_name.patch
|
||||
fi
|
||||
# now configure
|
||||
echo "executing ./configure --prefix=$PREFIX_DIR $mod_args"
|
||||
|
Loading…
Reference in New Issue
Block a user