Fix rpm configure : adding host flag 62/21162/1
authorXavier Roche <xavier.roche@open.eurogiciel.org>
Thu, 15 May 2014 12:55:29 +0000 (14:55 +0200)
committerXavier Roche <xavier.roche@open.eurogiciel.org>
Thu, 15 May 2014 12:55:29 +0000 (14:55 +0200)
Change-Id: Ifffaf676083649f4853df4b5c248fd0dccd73664
Signed-off-by: Xavier Roche <xavier.roche@open.eurogiciel.org>
recipes-tizen/rpm/rpm.inc

index 054d119..30f09f7 100644 (file)
@@ -150,7 +150,7 @@ do_compile() {
  autoreconf -i -f
  ./configure --disable-dependency-tracking --prefix=${prefix} --mandir=${mandir} --infodir=${infodir} \
  --libdir=${prefix}/lib --sysconfdir=/etc --localstatedir=/var  --with-lua \
- --with-acl --with-cap  --enable-shared  --with-msm $BUILDTARGET
+ --with-acl --with-cap  --enable-shared  --with-msm $BUILDTARGET --host=x86_64-linux-gnu
  
  make -j16
  ### BUILD END ###