diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 12:31:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 12:31:13 +0000 |
commit | 6f71bee779d41309ed0a7a11e807d3dffaebaaa3 (patch) | |
tree | 68819a59082ed8162667954a99666d80f4fafb4b /packages | |
parent | 2b345e364ec858f31d630aaa67616b14a33d2585 (diff) |
php: Improve staging variables
Diffstat (limited to 'packages')
-rw-r--r-- | packages/php/php_5.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/php/php_5.2.0.bb b/packages/php/php_5.2.0.bb index 4ed88cf411..890d467c10 100644 --- a/packages/php/php_5.2.0.bb +++ b/packages/php/php_5.2.0.bb @@ -15,7 +15,7 @@ EXTRA_OECONF = " --without-iconv \ --enable-embedded-mysqli \ --enable-magic-quotes \ --with-zlib \ - --with-mysql="${STAGING_DIR}/${TARGET_SYS}" \ + --with-mysql="${STAGING_DIR_TARGET}${layout_exec_prefix}" \ --with-mysqli="${STAGING_BINDIR_NATIVE}/mysql_config" \ " |