You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2021/09/14 20:02:13 UTC

[GitHub] [incubator-pagespeed-ngx] acachy commented on issue #1735: can't build?

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-unsubscribe@pagespeed.apache.org

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