libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / developer / gcc-10 / patches / 1005-strip.patch
blobefc6e3e718784c5207031bf5b6d624253af33680
1 Make sure the right strip is used regardless of the environment.
3 --- gcc-gcc-7.5.0-oi-0/install-sh.orig 2021-08-17 16:01:03.765264739 +0000
4 +++ gcc-gcc-7.5.0-oi-0/install-sh 2021-08-17 15:59:20.045587895 +0000
5 @@ -62,7 +62,7 @@
6 mkdirprog=${MKDIRPROG-mkdir}
7 mvprog=${MVPROG-mv}
8 rmprog=${RMPROG-rm}
9 -stripprog=${STRIPPROG-strip}
10 +stripprog="/usr/bin/strip -x"
12 posix_mkdir=