diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-07 21:55:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-07 21:55:57 +0000 |
commit | 43d257393e736a12f6476c2f34a6cedc336a17ed (patch) | |
tree | 3ec7fa377afff6b39d078c10ca864b6d9198a816 | |
parent | 0c35b6ada2e17e6e4e26f8ab8aa5eac54dd8a372 (diff) |
Fixed path issue
-rw-r--r-- | packages/mysql/mysql_4.1.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mysql/mysql_4.1.12.bb b/packages/mysql/mysql_4.1.12.bb index a1173158ee..3082a76929 100644 --- a/packages/mysql/mysql_4.1.12.bb +++ b/packages/mysql/mysql_4.1.12.bb @@ -15,7 +15,7 @@ inherit autotools EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR}/gen_lex_hash'" -EXTRA_OECONF = " --with-embedded-server --prefix=/usr --datadir=/var/share --sysconfdir=/etc --localstatedir=/var/state --disable-dependency-tracking --without-raid --without-debug --with-low-memory --without-query-cache --without-man --without-docs --without-innodb " +EXTRA_OECONF = " --with-embedded-server --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-dependency-tracking --without-raid --without-debug --with-low-memory --without-query-cache --without-man --without-docs --without-innodb " do_stage() { autotools_stage_includes |