python/hypothesis: update to 6.121.0
[oi-userland.git] / components / print / cups / patches / 01-properly-check-pie.patch
blob7cfb1ffced06545ae078b9eea743ee9473b47458
1 --- cups-2.4.1/config-scripts/cups-compiler.m4.orig 2022-01-27 12:11:42.000000000 +0000
2 +++ cups-2.4.1/config-scripts/cups-compiler.m4 2022-03-12 11:32:39.312623123 +0000
3 @@ -164,7 +164,7 @@
4 ])
5 ], [*], [
6 CFLAGS="$CFLAGS -fPIE -pie"
7 - AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [
8 + AC_LINK_IFELSE([AC_LANG_PROGRAM()], [
9 PIEFLAGS="-fPIE -pie"
10 AC_MSG_RESULT([yes])
11 ], [