diff --git a/config/path b/config/path index 3f85152c32..31aaf8fb02 100644 --- a/config/path +++ b/config/path @@ -46,22 +46,6 @@ MAKE="$ROOT/$TOOLCHAIN/bin/make" MAKEINSTALL="$ROOT/$TOOLCHAIN/bin/make DESTDIR=$SYSROOT_PREFIX install" SED="sed -i" -CONFIGURE=" ./configure --host=$TARGET_NAME - --build=$HOST_NAME - --prefix=/usr - --sysconfdir=/etc - --localstatedir=/var - --disable-static - --enable-shared" - -CONFIGURESTATIC=" ./configure --host=$TARGET_NAME - --build=$HOST_NAME - --prefix=/usr - --sysconfdir=/etc - --localstatedir=/var - --enable-static - --disable-shared" - XORG_PATH_ENCODINGS=/usr/share/X11/encodings XORG_PATH_FONTS=/usr/share/X11/fonts XORG_PATH_MAPS=$XORG_PATH_FONTS/util