summaryrefslogtreecommitdiffstats
path: root/package/nodejs/nodejs-0001-remove-python-bz2-dependency.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-11-06 00:01:09 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-06 00:01:09 +0100
commit395c88051efb4b84f752be4eea1b34b13c80a1dc (patch)
tree3f7fcf3f48f99f56b0128e8ca13c0885e0058fac /package/nodejs/nodejs-0001-remove-python-bz2-dependency.patch
parent704c540203ddd217d7bcf6d371fc87a079c0be9b (diff)
downloadbuildroot-395c88051efb4b84f752be4eea1b34b13c80a1dc.tar.gz
buildroot-395c88051efb4b84f752be4eea1b34b13c80a1dc.zip
subversion: ensure --disable-debug doesn't mangle CFLAGS
Fixes: http://autobuild.buildroot.net/results/fc6/fc69a19c66462585449f7c4dad174d45a84e4947/ http://autobuild.buildroot.net/results/e04/e0471f2a9087d547840a7b18863289963e357b57/ http://autobuild.buildroot.net/results/bd8/bd8cdf976937c7b9029658871929f4be464b7a47/ http://autobuild.buildroot.net/results/652/652c3afe844e912061fbc5991e6fecad98ff6e6f/ And many more. When --disable-debug is passed to configure, as is automatically done by the autotools infrastructure since 822a757456e (infra: Move --enable/--disable-debug to package/Makefile.in), the configure script will try to strip debugging (-g) options from the C/CXXFLAGS. The logic to do so is unfortunately buggy, so it ends up mangling options like -mfloat-gprs=double that we use on certain PowerPC variants, breaking the build. Fix it by adjusting the sed regexp to be more selective in what it strips. The package unfortunately doesn't cleanly autoreconf, so configure is patched instead of configure.ac. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/nodejs/nodejs-0001-remove-python-bz2-dependency.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud