Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: boo https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=189092 ------- Additional Comments From paul@xxxxxxxxxxxxxxxxxxxxxx 2006-05-06 07:13 EST ------- No. libdir is exported from the config script. Looking in the configure script, it's the only thing it contains. When I've run the amended makefile, I've looked to see what is created and it's whatever you pass in For example ./configure Makefile contains --libdir = $(prefix)/lib (fine for 32 bit - not so good for 64 bit) Amend makefile.am so pkgconfigdir=$(prefix)/$(libdir) ./configure --libdir=/usr/lib64 --libdir = $(prefix)/lib64 (correct for 64 bit) Without the patch, pkgconfigdir remains $(prefix)/lib which causes problems further down the line when building against the created rpm (say for MonoDevelop) -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review