diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-07-01 13:28:33 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-01 13:28:33 +0200 |
| commit | faa9e1a6bb3e81a75484367d29b542abac69c4e0 (patch) | |
| tree | c2d16a647d9c5c2761d1a75f195a984ab8ea51f2 /package/wget | |
| parent | dfbabec6ec7b3e50f755ad5f67af7c86d10a6b41 (diff) | |
| download | buildroot-faa9e1a6bb3e81a75484367d29b542abac69c4e0.tar.gz buildroot-faa9e1a6bb3e81a75484367d29b542abac69c4e0.zip | |
wget: add optional libuuid dependency
Reported-by: Alexander Potashev <a.potashev@geoscan.aero>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/wget')
| -rw-r--r-- | package/wget/wget.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/wget/wget.mk b/package/wget/wget.mk index a8d9f61f62..56ccfb584e 100644 --- a/package/wget/wget.mk +++ b/package/wget/wget.mk @@ -37,6 +37,10 @@ ifeq ($(BR2_PACKAGE_OPENSSL),y) WGET_DEPENDENCIES += openssl endif +ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y) + WGET_DEPENDENCIES += util-linux +endif + # --with-ssl is default ifneq ($(BR2_PACKAGE_GNUTLS),y) ifneq ($(BR2_PACKAGE_OPENSSL),y) |

