[rs-commit] r444 - /mod_cert/trunk/Jenkinsfile
rs-commit at redwax.eu
rs-commit at redwax.eu
Tue Mar 5 22:50:00 CET 2024
Author: minfrin at redwax.eu
Date: Tue Mar 5 22:49:59 2024
New Revision: 444
Log:
Pass header in the configure step.
Modified:
mod_cert/trunk/Jenkinsfile
Modified: mod_cert/trunk/Jenkinsfile
==============================================================================
--- mod_cert/trunk/Jenkinsfile (original)
+++ mod_cert/trunk/Jenkinsfile Tue Mar 5 22:49:59 2024
@@ -23,7 +23,7 @@
}
stage('configure') {
steps {
- sh 'CFLAGS="-O0 -g -Wall" DESTDIR="${WORKSPACE}/target" ./configure'
+ sh 'CFLAGS="-O0 -g -Wall -I${WORKSPACE}/target/usr/include/httpd" DESTDIR="${WORKSPACE}/target" ./configure'
}
}
stage('make install') {
More information about the rs-commit
mailing list