pciutils: compilation failed with zlib enabled because it lacks a dependency
Closes #2797 Signed-off-by: Stanislav Bogatyrev <realloc@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
aa59aeb6b5
commit
e5edc73381
5
CHANGES
5
CHANGES
@ -3,13 +3,14 @@
|
||||
Fixes all over the tree.
|
||||
|
||||
Updated/fixed packages: bash, bind, busybox, libglib2, libmad,
|
||||
midori, module-init-tools, mtd-utils, openssh, qt, sqlite,
|
||||
webkit
|
||||
midori, module-init-tools, mtd-utils, openssh, pciutils, qt,
|
||||
sqlite, webkit
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#2479: host-module-init-tools 3.11 fails to build
|
||||
#2785: mtd-utils build fails due to missing libmtd
|
||||
#2797: pciutils dependencies on zlib not taken into account
|
||||
#2809: failed to compile libglib2
|
||||
#2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
|
||||
#2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
|
||||
|
@ -8,6 +8,7 @@ PCIUTILS_VERSION = 3.1.7
|
||||
PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
PCIUTILS_ZLIB=yes
|
||||
PCIUTILS_DEPENDENCIES += zlib
|
||||
else
|
||||
PCIUTILS_ZLIB=no
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user