projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4afd842
)
rng-tools: remove libgcrypt dependency
129/head
author
Hannu Nyman
<hannu.nyman@iki.fi>
Fri, 25 Jul 2014 13:49:24 +0000
(16:49 +0300)
committer
Hannu Nyman
<hannu.nyman@iki.fi>
Fri, 25 Jul 2014 13:49:24 +0000
(16:49 +0300)
Remove libgcrypt dependency, spotted by buildbot.
It seems to be related to x86-only functionality.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
utils/rng-tools/Makefile
patch
|
blob
|
history
diff --git
a/utils/rng-tools/Makefile
b/utils/rng-tools/Makefile
index 2652434d29e014e7a924d48bde5a48570a7053b8..9b73597da317ba849a2eadd9972d573a0275aefa 100644
(file)
--- a/
utils/rng-tools/Makefile
+++ b/
utils/rng-tools/Makefile
@@
-34,6
+34,9
@@
CONFIGURE_VARS += \
LIBS="-largp"
endif
+CONFIGURE_ARGS += \
+ --without-libgcrypt
+
define Package/rng-tools/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/rngd.init $(1)/etc/init.d/rngd