summaryrefslogtreecommitdiffstats
path: root/package/postgresql/postgresql.hash
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-08-22 10:28:32 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-25 14:39:54 +0200
commit8909897ab357c433cf688243cbfa1154cc63a7a3 (patch)
tree50fbbce20882d43be01f16ab78a6e786e53a696e /package/postgresql/postgresql.hash
parenta2e00031412ec0c0968539bc1e0adb7fb9b0cd67 (diff)
downloadbuildroot-8909897ab357c433cf688243cbfa1154cc63a7a3.tar.gz
buildroot-8909897ab357c433cf688243cbfa1154cc63a7a3.zip
package/brltty: fix cross-compilation
brltty has a very inventive buildsystem, where it internall runs ./configure for the build machine In doing so, it generates a list of make variables to define what the build machine supports, like it does for the target. However, the build variables are generated with a convoluted sed script that scans the target list, and appends _FOR_BUILD to each target variables. Then, both lists are included from the Makefile, on the assumption that the build variables will not clash with the target variables. Where it gets interesting, is that that sed script considers the variables names to match '[A-Za-z][A-Za-z0-9_]*' And there we see why ATSPI2_PACKAGE does not match: it contains a digit. So, some build variables will inevitably override target ones. Fix that by simply expanding the matching regexp to allow digits in variable names. Fixes: http://autobuild.buildroot.org/results/a37/a37782b3cfc1a96cc129db8fade20a36a7b2d470/ http://autobuild.buildroot.org/results/97e/97edc6a47d2140968e84b409cdc960604e5896f2/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Mario Lang <mlang@blind.guru> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/postgresql/postgresql.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud