big-r81 commented on code in PR #5626: URL: https://github.com/apache/couchdb/pull/5626#discussion_r2343033954
########## configure: ########## @@ -327,6 +328,7 @@ if [ "${WITH_SPIDERMONKEY}" = "true" ] && [ "${ERLANG_OS}" = "unix" ]; then # This list is taken from src/couch/rebar.config.script, please keep them in sync. if [ ! -d "/usr/include/${SM_HEADERS}" ] && \ + [ ! -d "/usr/include/${MULTIARCH_NAME}" ] && \ Review Comment: Oh good catch, I will look into the debian image for the correct path. Interesting that this worked. It seems that the compiler then searches the directories recursively. -- 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: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org