[FS#365] Build failure - missing dependency in hostapd Makefile

LEDE Bugs lede-bugs at lists.infradead.org
Wed Jan 4 08:48:02 PST 2017


A new Flyspray task has been opened.  Details are below. 

User who did this - Wilco Baan Hofman (synnack) 

Attached to Project - LEDE Project
Summary - Build failure - missing dependency in hostapd Makefile
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Medium
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - There is a missing dependency when eapol_test is being built (useful for testing connectivity to the RADIUS servers).
It currently results in a build failure in the main repository.

The following patch fixes it:

diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 207dfec..de53dd8 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -242,7 +242,7 @@ define Package/eapol-test
   SECTION:=net
   CATEGORY:=Network
   VARIANT:=supplicant-full
-  DEPENDS:=$(DRV_DEPENDS)
+  DEPENDS:=$(DRV_DEPENDS) +WPA_SUPPLICANT_OPENSSL:libopenssl
 endef


More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=365



More information about the lede-bugs mailing list