From fd737a9b054e8755fe9829fce434efbbeab1e9d1 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 4 Feb 2009 19:28:44 +0100 Subject: pciutils: one more fix for shared libs --- packages/pciutils/pciutils_3.1.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/pciutils/pciutils_3.1.2.bb b/packages/pciutils/pciutils_3.1.2.bb index 26d7b5197d..25782a5549 100644 --- a/packages/pciutils/pciutils_3.1.2.bb +++ b/packages/pciutils/pciutils_3.1.2.bb @@ -11,10 +11,10 @@ SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.b PARALLEL_MAKE = "" -PR ="r1" +PR ="r2" -EXTRA_OEMAKE += "'STRIP='" -EXTRA_OEMAKE += "'SHARED=yes'" +EXTRA_OEMAKE += "'STRIP = '" +export SHARED=yes do_configure () { (cd lib && ./configure ${datadir} ${PV} ${TARGET_OS} 2.4.21 ${TARGET_ARCH}) -- cgit v1.2.3