oschaaf commented on issue #2024:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2024#issuecomment-668616577


   One more note on apr/aprutil/serf: it might be worth looking at what 
happened on branch 36 with respect to building these, as that had the old build 
system still going (gyp).
   For example 
https://github.com/apache/incubator-pagespeed-mod/blob/36/third_party/apr/apr.gyp
   has stuff like:
   ```
                 ['OS=="mac"', {
                   'defines': [
                     'HAVE_CONFIG_H',
                     'DARWIN',
                     'SIGPROCMASK_SETS_THREAD_MASK',
                   ]}],
   ```
   
   However, a word of warning there is warranted too: as far as I know, nobody 
was using OSX to build the project, so I really have no idea if this is correct 
and / or all of it.


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

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


Reply via email to