mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
etherwake: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
@@ -36,7 +36,7 @@ define Package/etherwake/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(TARGET_CC) $(TARGET_CFLAGS) -D__UCLIBC__ $(PKG_BUILD_DIR)/ether-wake.c -o $(PKG_BUILD_DIR)/etherwake
|
$(TARGET_CC) $(TARGET_CFLAGS) -D__UCLIBC__ $(TARGET_LDFLAGS) $(PKG_BUILD_DIR)/ether-wake.c -o $(PKG_BUILD_DIR)/etherwake
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/etherwake/install
|
define Package/etherwake/install
|
||||||
|
|||||||
Reference in New Issue
Block a user