mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
Merge pull request #4275 from mattsm/master
hfsprogs: fix when not linking aginst glibc
This commit is contained in:
@@ -60,7 +60,7 @@ define Build/Compile
|
||||
-f Makefile.lnx \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS+="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -I$(PKG_BUILD_DIR)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1" \
|
||||
LDFLAGS+="$(TARGET_LDFLAGS) -lbsd" \
|
||||
LDFLAGS+="$(TARGET_LDFLAGS) $(if $(CONFIG_USE_GLIBC),-lbsd)" \
|
||||
all
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user