X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fqemu%2FMakefile;h=45d42d488329f4b0d0c4262683a356c73a68df4c;hb=9de461f2028e7af05e08d732c5389abe8aedaa29;hp=50bfd6d7271c235452b00f05e9fcbd38e2d02da1;hpb=6e2f8d7eec54b13f490e331a4c021f55c4b64799;p=oweals%2Fopenwrt.git diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 50bfd6d727..45d42d4883 100644 --- a/tools/qemu/Makefile +++ b/tools/qemu/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,15 +7,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu -PKG_VERSION:=0.12.5 -PKG_RELEASE:=2 +PKG_VERSION:=0.14.1 +PKG_RELEASE:=1 PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=1d02ee0a04dfae2894340273372c1de4 +PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640 include $(INCLUDE_DIR)/host-build.mk +HOST_CFLAGS += -I$(STAGING_DIR_HOST)/include/e2fsprogs +HOST_LDFLAGS += $(HOST_STATIC_LINKING) + define Host/Configure (cd $(HOST_BUILD_DIR); \ CFLAGS="$(HOST_CFLAGS)" \