mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
pciutils: Change the hardcoded /usr/lib to support multilib.
(From OE-Core rev: 99e1b18de5de1fb8558222cef2fc9aac27a797a6) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
16e29ba77d
commit
9fa68e8aea
14
meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch
Normal file
14
meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
diff -ruN pciutils-3.1.7-orig/Makefile pciutils-3.1.7/Makefile
|
||||
--- pciutils-3.1.7-orig/Makefile 2011-07-11 14:41:59.000000000 +0800
|
||||
+++ pciutils-3.1.7/Makefile 2011-07-11 14:42:31.000000000 +0800
|
||||
@@ -31,7 +31,7 @@
|
||||
IDSDIR=$(SHAREDIR)
|
||||
MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
|
||||
INCDIR=$(PREFIX)/include
|
||||
-LIBDIR=$(PREFIX)/lib
|
||||
+LIBDIR=$(libdir)
|
||||
PKGCFDIR=$(LIBDIR)/pkgconfig
|
||||
|
||||
# Commands
|
||||
Reference in New Issue
Block a user