php: Improve staging variables
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:31:13 +0000 (12:31 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:31:13 +0000 (12:31 +0000)
packages/php/php_5.2.0.bb

index 4ed88cf..890d467 100644 (file)
@@ -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" \
 "