Skip to content

Commit

Permalink
wpa_supplicant: fix segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
git-bruh committed Jul 18, 2021
1 parent 0491275 commit 0e48b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/wpa_supplicant/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ make CC="${CC:-cc}" ALL_LIBS=libnl-tiny.a -C libnl
# The CFLAGS must be set to link to the above locally built
# libnl-tiny library.
export CFLAGS="$CFLAGS -I$PWD/libnl/include -L$PWD/libnl -lnl-tiny"
export CFLAGS="$CFLAGS -static -D_GNU_SOURCE -DLIBNL1_COMPAT -pthread"
export CFLAGS="$CFLAGS -D_GNU_SOURCE -DLIBNL1_COMPAT -pthread"

cd wpa_supplicant

Expand Down

0 comments on commit 0e48b98

Please sign in to comment.