mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
wpa: Fix gcc build
Order of libraries still matters with GCC toolchains. Moving the wpapasn library before the wpacommon specification resolves the link problem. This issue was not detected by make universe. Fixes:a90b9d0159MFC after: 2 months X-MFC with:a90b9d0159
This commit is contained in:
parent
124ae0e8af
commit
8880825df1
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ CFLAGS+=-DCONFIG_BACKEND_FILE
|
|||
LIBADD+=pcap util wpadrivers wpaeapol_supp \
|
||||
wpaeap_server \
|
||||
wpaeap_peer wpaeap_common wpal2_packet wparsn_supp wpatls wpawps \
|
||||
wpacommon wpacrypto wpautils wpapasn
|
||||
wpapasn wpacommon wpacrypto wpautils
|
||||
|
||||
# User customizations to the wpa_supplicant build environment
|
||||
CFLAGS+=${WPA_SUPPLICANT_CFLAGS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue