From: Stelios Koroneos Date: Thu, 22 Feb 2007 14:50:24 +0000 (+0000) Subject: packages/modphp/modphp_5.1.6.bb: modphp requires apxs from apache2 to build. Point... X-Git-Tag: Release-2010-05/1~9160^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be447302b930764d434b759e27ac7493ed59df7;p=openembedded.git packages/modphp/modphp_5.1.6.bb: modphp requires apxs from apache2 to build. Point to the correct dir where apxs is --- diff --git a/packages/modphp/modphp5.inc b/packages/modphp/modphp5.inc index 11e7bc3a87..b4bdd15f5b 100644 --- a/packages/modphp/modphp5.inc +++ b/packages/modphp/modphp5.inc @@ -14,7 +14,7 @@ FILES_${PN} = "${libdir}/apache2 /etc" FILES_${PN}-dbg = "${libdir}/apache2/modules/.debug" CFLAGS += " -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" -EXTRA_OECONF = "--with-apxs2=${STAGING_BINDIR}/apxs \ +EXTRA_OECONF = "--with-apxs2=${STAGING_BINDIR_NATIVE}/apxs \ --without-mysql \ --enable-force-cgi-redirect \ --disable-cgi \ diff --git a/packages/modphp/modphp_5.1.6.bb b/packages/modphp/modphp_5.1.6.bb index cc0287b102..382789975d 100644 --- a/packages/modphp/modphp_5.1.6.bb +++ b/packages/modphp/modphp_5.1.6.bb @@ -1,2 +1,2 @@ include modphp5.inc -PR='r1' +PR='r2'