rng-tools: remove libgcrypt dependency
Remove libgcrypt dependency, spotted by buildbot. It seems to be related to x86-only functionality. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
4afd842800
commit
87cc2de3eb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue