diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-02 13:06:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-02 13:06:50 +0200 |
commit | 984ea37e4ecdc7fb5e277bf5a045af73b5204791 (patch) | |
tree | ab106aa77066da3ff699b0421ade63d2e15a9dec /package/pciutils/Makefile | |
parent | 9c99c075a925519eb073744d9cbdaee596abb4ab (diff) | |
parent | 771da6d340f447a74dd9306c866219a5e5b85b0d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pciutils/Makefile')
-rw-r--r-- | package/pciutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/Makefile b/package/pciutils/Makefile index 1cde53cf7..142a04508 100644 --- a/package/pciutils/Makefile +++ b/package/pciutils/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 51ded74e4184d4a6c9f2ada95c28c067 PKG_DESCR:= PCI Utilities PKG_SECTION:= utils -PKG_DEPENDS:= zlib +PKG_DEPENDS:= zlib libgcc PKG_BUILDDEP:= zlib PKG_URL:= http://www.kernel.org/pub/software/utils/pciutils/ PKG_SITES:= http://www.kernel.org/pub/software/utils/pciutils/ |