diff options
Diffstat (limited to 'libffi/libffi_2.0+gcc3.4.1.oe')
-rw-r--r-- | libffi/libffi_2.0+gcc3.4.1.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libffi/libffi_2.0+gcc3.4.1.oe b/libffi/libffi_2.0+gcc3.4.1.oe index a2204a6a0f..2708d0f31d 100644 --- a/libffi/libffi_2.0+gcc3.4.1.oe +++ b/libffi/libffi_2.0+gcc3.4.1.oe @@ -4,7 +4,7 @@ LICENSE = "libffi" PRIORITY = "optional" MAINTAINER = "Rene Wagner <reenoo@gmx.de>" -inherit autotools +inherit autotools gettext PACKAGES = "${PN} ${PN}-dev" @@ -28,8 +28,7 @@ ${GNU_MIRROR}/gcc/ http://mirrors.rcn.net/pub/sourceware/gcc/releases/ S = "${WORKDIR}/gcc-${GCC_VER}/libffi" B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" -EXTRA_OECONF = "--disable-nls \ - --with-gnu-ld \ +EXTRA_OECONF = "--with-gnu-ld \ --enable-shared \ --enable-target-optspace \ --enable-languages=c,c++,f77 \ |