]> err.no Git - sope/commitdiff
needs -I/usr/include/apr-0
authorfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 4 Jun 2005 15:15:43 +0000 (15:15 +0000)
committerfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 4 Jun 2005 15:15:43 +0000 (15:15 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@835 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

maintenance/mod_ngobjweb_rhel4.spec

index 4efd67bd9ef7850b8d4d25ce752b913dfaf5ab62..ebb9a95b3c8dcbbd13588ba5840d88b7418c93e8 100644 (file)
@@ -28,7 +28,7 @@ rm -fr ${RPM_BUILD_ROOT}
 # ****************************** build ********************************
 %build
 export PATH=$PATH:/usr/sbin
-make %{mod_ngobjweb_makeflags} APXS_INCLUDE_DIRS="-I/usr/include/httpd"
+make %{mod_ngobjweb_makeflags} APXS_INCLUDE_DIRS="-I/usr/include/httpd -I/usr/include/apr-0"
 
 # ****************************** install ******************************
 %install
@@ -206,5 +206,7 @@ rm -fr ${RPM_BUILD_ROOT}
 # ********************************* changelog *************************
 %changelog
 * Sat Jun 04 2005 Frank Reppin <frank@opengroupware.org>
+- fix buildstage (added -I/usr/include/apr-0) 
+* Sat Jun 04 2005 Frank Reppin <frank@opengroupware.org>
 - new spec for RHEL4 as copy of mod_ngobjweb_rhel3.spec