ソースを参照

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>
Stanislav Bogatyrev 14 年 前
コミット
e5edc73381
2 ファイル変更4 行追加2 行削除
  1. 3 2
      CHANGES
  2. 1 0
      package/pciutils/pciutils.mk

+ 3 - 2
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...

+ 1 - 0
package/pciutils/pciutils.mk

@@ -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