Skip to content

Commit

Permalink
package/hostapd: drop duplicate host-pkgconf dependency
Browse files Browse the repository at this point in the history
host-pkgconf already defined as dependency in package ingress.

Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
(cherry picked from commit 2dc37e5)
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
troglobit authored and jacmet committed Aug 31, 2024
1 parent d2a0b6b commit fe60ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/hostapd/hostapd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ HOSTAPD_CONFIG_DISABLE =

# Try to use openssl if it's already available
ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
HOSTAPD_DEPENDENCIES += host-pkgconf libopenssl
HOSTAPD_DEPENDENCIES += libopenssl
HOSTAPD_LIBS += `$(PKG_CONFIG_HOST_BINARY) --libs openssl`
HOSTAPD_CONFIG_EDITS += 's/\#\(CONFIG_TLS=openssl\)/\1/'
else
Expand Down

0 comments on commit fe60ac7

Please sign in to comment.