acachy commented on issue #1735:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1735#issuecomment-919472078


   I succeeded managing it in an ugly way
   
   Part of my deploy script:
   ```
   git submodule update --init --recursive --jobs=16 --force
   ...
   sed -i -r 's/sys_siglist\[signum\]/strsignal(signum)/g' 
third_party/apr/src/threadproc/unix/signals.c
   python build/gyp_chromium --depth=. 
   ```
   
   The problem for good solution is that I just can't build PSOL for ngx with 
mod_pagespeed later than commit #409bd76 (after this one the bazel-build was 
implemented)
   https://github.com/apache/incubator-pagespeed-mod/issues/2069


-- 
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