From: Jose V Beneyto Date: Wed, 24 Feb 2010 23:05:48 +0000 (+0100) Subject: ecore: removed libtool host-dependency X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=c6fcf607c01805b23b8f2bd80ea42b19bd1668ae;hp=179770e76e04db4f3857fa3c552f66957f692424;p=attic%2Fports%2Fe17-cross.git ecore: removed libtool host-dependency --- diff --git a/ecore/Pkgfile b/ecore/Pkgfile index ae26b2c..f957ec8 100644 --- a/ecore/Pkgfile +++ b/ecore/Pkgfile @@ -48,7 +48,7 @@ build() export XCB_XINERAMA_LIBS="-L$CLFS/usr/lib -lxcb-xinerama" export XCB_XINERAMA_CFLAGS="-I$CLFS/usr/include" - ./autogen.sh --build=$CHOST \ + ./configure --build=$CHOST \ --host=$CTARGET \ --disable-nls \ --prefix=/usr \