[oe-commits] org.oe.dev packages/modphp/modphp_5.1.6.bb: modphp requires apxs from apache2 to build. Point to the correct dir where apxs is

ifaistos commit openembedded-commits at lists.openembedded.org
Thu Feb 22 14:54:13 UTC 2007


packages/modphp/modphp_5.1.6.bb: modphp requires apxs from apache2 to build. Point to the correct dir where apxs is

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: cf825d08cde9f17188ff1a768443dd312658cb7d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=cf825d08cde9f17188ff1a768443dd312658cb7d
Files:
1
packages/modphp/modphp5.inc
packages/modphp/modphp_5.1.6.bb
Diffs:

#
# mt diff -rbee9b207d8bbc177646fbaabe61c67b6f9861764 -rcf825d08cde9f17188ff1a768443dd312658cb7d
#
# 
# 
# patch "packages/modphp/modphp5.inc"
#  from [284d86ea27ed4767ea77ea816ac6cff85cf92d32]
#    to [fb79417a25b0d7225ed379425a6f5ba717de2cae]
# 
# patch "packages/modphp/modphp_5.1.6.bb"
#  from [e7be65f9e60c682274d674175f582d826e93158c]
#    to [cbb24c660c731bb1f1410ae70abded06cda93dd4]
# 
============================================================
--- packages/modphp/modphp5.inc	284d86ea27ed4767ea77ea816ac6cff85cf92d32
+++ packages/modphp/modphp5.inc	fb79417a25b0d7225ed379425a6f5ba717de2cae
@@ -14,7 +14,7 @@ CFLAGS += " -g -DPTYS_ARE_GETPT -DPTYS_A
 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 \
============================================================
--- packages/modphp/modphp_5.1.6.bb	e7be65f9e60c682274d674175f582d826e93158c
+++ packages/modphp/modphp_5.1.6.bb	cbb24c660c731bb1f1410ae70abded06cda93dd4
@@ -1,2 +1,2 @@ include modphp5.inc
 include modphp5.inc
+PR='r2'
-PR='r1'






More information about the Openembedded-commits mailing list