big-r81 commented on code in PR #199:
URL: https://github.com/apache/couchdb-pkg/pull/199#discussion_r2830560307


##########
rpm/SPECS/couchdb.spec.in:
##########
@@ -74,10 +70,16 @@ languages and environments.
 %prep
 
 %build
+if [ %{_js_engine} = quickjs ]; then

Review Comment:
   I set it with
   `centos10: JS_ENGINE=quickjs`
   and later via
   `rpmbuild --verbose -bb SPECS/couchdb.spec --define '_version $(VERSION)' 
--define '_js_engine $(JS_ENGINE)'`
   
   My question is, where do I have to set it in the Makefile for alma-10.
   
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to