Actions
Bug #7913
closed`./configure --enable-multiarch` fails
Bug #7913:
`./configure --enable-multiarch` fails
Description
Hi, since the changes in bug #7874 ./configure --enable-multiarch does not work in trunk anymore:
$ autoreconf && ./configure --target=x86_64-linux-gnu --enable-multiarch
[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ruby-2.0.pc
Variable 'archlibdir' not defined in './ruby.tmp.pc'
... and ./configure exits with a failure status (1).
The attached patch fixes this by moving the archlibdir variable up in template,
pkg-config template so that it is defined at the point of substitution in the
LDFLAGS part below.
Files
Actions