mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #1091 from dangowrt/fix-dosfstools-musl-build
dosfstools: fix build with musl
This commit is contained in:
@@ -71,7 +71,7 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
OPTFLAGS="$(TARGET_CFLAGS) -D_FILE_OFFSET_BITS=64" \
|
OPTFLAGS="$(TARGET_CFLAGS) -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE" \
|
||||||
PREFIX="/usr" \
|
PREFIX="/usr" \
|
||||||
SBINDIR="/usr/sbin" \
|
SBINDIR="/usr/sbin" \
|
||||||
LDFLAGS="$(LDFLAGS)" \
|
LDFLAGS="$(LDFLAGS)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user