From 4110cc7c8d38670c79793ea14de37a96887a7688 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 12 Jan 2014 09:17:00 +0100 Subject: add support for multilib Linux distributions typically put 64-bit libraries into /usr/lib64 to allow coexistence of 32-bit and 64-bit libraries on one system. The build system should make allowance for this. Signed-off-by: John-Mark Bell --- makefiles/Makefile.top | 1 + 1 file changed, 1 insertion(+) (limited to 'makefiles/Makefile.top') diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top index 031a150..6329c47 100644 --- a/makefiles/Makefile.top +++ b/makefiles/Makefile.top @@ -287,6 +287,7 @@ define install_pkgconfig $(Q)$(ECHO) $(ECHOFLAGS) "sed -e... $1 >$(BUILDDIR)/$(1:.in=)" $(Q)$(SED) \ -e 's#PREFIX#$(PREFIX)#' \ + -e 's#LIBDIR#$(LIBDIR)#' \ -e 's#MAJOR#$(major-version)#' \ -e 's#MINOR#$(minor-version)#' \ -e 's#PATCH#$(patch-version)#' \ -- cgit v1.2.3