mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
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.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: bash, bind, busybox, libglib2, libmad,
|
Updated/fixed packages: bash, bind, busybox, libglib2, libmad,
|
||||||
midori, module-init-tools, mtd-utils, openssh, qt, sqlite,
|
midori, module-init-tools, mtd-utils, openssh, pciutils, qt,
|
||||||
webkit
|
sqlite, webkit
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
#2479: host-module-init-tools 3.11 fails to build
|
#2479: host-module-init-tools 3.11 fails to build
|
||||||
#2785: mtd-utils build fails due to missing libmtd
|
#2785: mtd-utils build fails due to missing libmtd
|
||||||
|
#2797: pciutils dependencies on zlib not taken into account
|
||||||
#2809: failed to compile libglib2
|
#2809: failed to compile libglib2
|
||||||
#2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
|
#2821: [PATCH] Patch for JavaScriptCore in QtWebKit module
|
||||||
#2827: qt-4.7.0-pthread_getattr_np.patch invalid for qt 4.6...
|
#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
|
PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
|
||||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
PCIUTILS_ZLIB=yes
|
PCIUTILS_ZLIB=yes
|
||||||
|
PCIUTILS_DEPENDENCIES += zlib
|
||||||
else
|
else
|
||||||
PCIUTILS_ZLIB=no
|
PCIUTILS_ZLIB=no
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user