[rs-commit] r462 - /mod_crl/trunk/Jenkinsfile

rs-commit at redwax.eu rs-commit at redwax.eu
Tue Oct 15 18:59:01 CEST 2024


Author: minfrin at redwax.eu
Date: Tue Oct 15 18:59:01 2024
New Revision: 462

Log:
Update CFLAGS to find mod_ca.h.

Modified:
    mod_crl/trunk/Jenkinsfile

Modified: mod_crl/trunk/Jenkinsfile
==============================================================================
--- mod_crl/trunk/Jenkinsfile	(original)
+++ mod_crl/trunk/Jenkinsfile	Tue Oct 15 18:59:01 2024
@@ -23,12 +23,12 @@
             }
             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') {
               steps {
-                sh 'DESTDIR="${WORKSPACE}/target" make install'
+                sh 'DESTDIR="${WORKSPACE}/target" EXTRA_CFLAGS="-I${WORKSPACE}/target/usr/include/httpd" make install'
               }
             }
             stage('restart httpd') {



More information about the rs-commit mailing list