diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-02-04 19:28:44 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-02-04 19:28:44 +0100 |
commit | fd737a9b054e8755fe9829fce434efbbeab1e9d1 (patch) | |
tree | 3276ee5656c8c90b6c98c9b05ae22ee37dfa1eb5 /packages/pciutils | |
parent | 416ba0769c72b443a50db6b096bae297bdb511c3 (diff) |
pciutils: one more fix for shared libs
Diffstat (limited to 'packages/pciutils')
-rw-r--r-- | packages/pciutils/pciutils_3.1.2.bb | 6 |
1 files 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}) |