eilandert commented on issue #2083:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2083#issuecomment-942347917


   Ok, on modern libc you can execute the following when building PSOL:
   sed -i -r 's/sys_siglist\[signum\]/strsignal(signum)/g' 
third_party/apr/src/threadproc/unix/signals.c
   sed -i s/"pthread_mutex_consistent_np"/"pthread_mutex_consistent"/g 
third_party/apr/src/locks/unix/proc_mutex.c
   sed -i s/"define HAVE_PTHREAD_YIELD 1"/"define HAVE_PTHREAD_YIELD 0"/g 
third_party/apr/gen/arch/linux/x64/include/apr_private.h
   
   Got a running Impish NGINX with pagespeed now.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to