summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_patchin.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-27 09:55:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-01-27 09:57:41 +0100
commit8cd525b95616ee8e2e9f982c04a1fcb0c745c521 (patch)
treeef5b01a33a2477891e11ebe3c6f65b3eda1e8e82 /scripts/lib/ptxd_make_world_patchin.sh
parent4081c7013bb418e63d90b7fb820d1d585643900a (diff)
downloadptxdist-8cd525b95616ee8e2e9f982c04a1fcb0c745c521.tar.gz
ptxdist-8cd525b95616ee8e2e9f982c04a1fcb0c745c521.tar.xz
ptxd_make_world_patchin_fixup: fixup option checking
make sure the configure scripts don't overwrite the enable_option_checking=fatal that we set in the environment. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_patchin.sh')
-rw-r--r--scripts/lib/ptxd_make_world_patchin.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh
index 00d5bd7e7..b37adaa17 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -367,6 +367,7 @@ ptxd_make_world_patchin_fixup()
-e "s:^\(hardcode_into_libs\)=.*:\1=\"no\":" \
-e "s:^\(hardcode_libdir_flag_spec\)=.*:\1=\"\":" \
-e "s:^\(hardcode_libdir_flag_spec_ld\)=.*:\1=\"\":" \
+ -e "s:^\(enable_option_checking\)=.*:\1=fatal:" \
"${file}" || return
done &&