Skip to content

Commit

Permalink
tools: make-ext4fs: fix build regression on mac os x
Browse files Browse the repository at this point in the history
Including sys/sysmacros.h is not portable

Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
nbd168 committed May 5, 2016
1 parent 9b9c78e commit 9ec4ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/make-ext4fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=make-ext4fs
PKG_VERSION:=2016-04-25
PKG_VERSION:=2016-05-05

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://git.openwrt.org/project/make_ext4fs.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=bf98b86a5df5fcfb658d77fd5e0897ca87a35e8e
PKG_SOURCE_VERSION:=3af931b0b6545757aaeadb13f9bb9da0296fc172
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_MIRROR_MD5SUM:=2c4161638d4ff3343e250321126d29e6
PKG_CAT:=zcat
Expand Down

0 comments on commit 9ec4ca5

Please sign in to comment.