Merge pull request #1091 from dangowrt/fix-dosfstools-musl-build

dosfstools: fix build with musl
This commit is contained in:
Steven Barth 2015-03-31 10:38:19 +02:00
commit 49b6ba1129

View file

@ -71,7 +71,7 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
OPTFLAGS="$(TARGET_CFLAGS) -D_FILE_OFFSET_BITS=64" \
OPTFLAGS="$(TARGET_CFLAGS) -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE" \
PREFIX="/usr" \
SBINDIR="/usr/sbin" \
LDFLAGS="$(LDFLAGS)" \