mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user