net/usockets: Fix build on some systems
... by adding -fPIC. Reported by: fallout
This commit is contained in:
parent
1e452f6a9c
commit
e99aeb77e1
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ GH_ACCOUNT= uNetworking
|
|||
GH_PROJECT= uSockets
|
||||
|
||||
MAKE_ARGS= WITH_OPENSSL=1
|
||||
CFLAGS+= -fPIC # -fPIC is required for the build to succeed, see https://github.com/uNetworking/uSockets/issues/217
|
||||
CXXFLAGS+= -fPIC
|
||||
|
||||
ALL_TARGET= default
|
||||
|
|
Loading…
Reference in a new issue