Browse Source

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>
lilik-openwrt-22.03
Hannu Nyman 10 years ago
parent
commit
87cc2de3eb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utils/rng-tools/Makefile

+ 3
- 0
utils/rng-tools/Makefile View File

@ -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…
Cancel
Save