mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
Pass $LDFLAGS while linking
This commit is contained in:
@@ -18,5 +18,5 @@ ifeq ($(OS),Darwin)
|
||||
else
|
||||
SHLIB_FLAGS = -shared
|
||||
endif
|
||||
LINK = $(CC)
|
||||
LINK = $(CC) $(LDFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user