lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 6f6245b358d4a9717cc450bae3d064eb448e2c59
parent e6825ac677220aaa7ee9d56fe7d0e7fcd2a655f8
Author: Daniel Golle <daniel@makrotopia.org>
Date:   Sun, 29 Mar 2015 16:24:31 +0200

dosfstools: fix build with musl

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Diffstat:
Mutils/dosfstools/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/dosfstools/Makefile b/utils/dosfstools/Makefile @@ -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)" \