mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
freetype: Fix configure statement ordering to work with libtool changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4418 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -18,9 +18,9 @@ EXTRA_OECONF = "--without-zlib"
|
||||
|
||||
do_configure() {
|
||||
cd builds/unix
|
||||
gnu-configize
|
||||
libtoolize --force
|
||||
libtoolize --force --copy
|
||||
aclocal -I .
|
||||
gnu-configize --force
|
||||
autoconf
|
||||
cd ${S}
|
||||
oe_runconf
|
||||
|
||||
Reference in New Issue
Block a user