-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
When building the latest curl 7.66.0 on Solaris 10 the build fails with
gmake[2]: Entering directory '/home/dam/mgar/pkg/curl/trunk/work/solaris10-sparc/build-isa-sparcv8plus-features-minimal/curl-7.66.0/lib'
CC libcurl_la-asyn-thread.lo
"asyn-thread.c", line 248: undefined symbol: AF_LOCAL
cc: acomp failed for asyn-thread.c
This is because AF_LOCAL does not exist on Solaris. As a suggested workaround AF_UNIX could be used.
Reactions are currently unavailable