freetype: sanitize do_configure
authorKoen Kooi <koen@openembedded.org>
Mon, 2 Jun 2008 12:50:31 +0000 (12:50 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 2 Jun 2008 12:50:31 +0000 (12:50 +0000)
packages/freetype/freetype_2.3.5.bb

index 33ca61d..80fb2b9 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Freetype font rendering library"
 SECTION = "libs"
 LICENSE = "freetype"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
            file://fix-x86_64-build.patch;patch=1 \
@@ -18,7 +18,8 @@ EXTRA_OECONF = "--without-zlib"
 
 do_configure() {
        cd builds/unix
-       gnu-configize
+       libtoolize --force --copy
+       gnu-configize --force
        aclocal -I .
        autoconf
        cd ${S}