commit a93cbf84dbb11dd0a4571395799f41cf2bbe467e parent 15ea770194f95a42719ae1a25a0c818375bab34e Author: Alexander Ryzhov <github@ryzhov-al.ru> Date: Sun, 6 Dec 2015 08:35:06 -0500 etherwake: respect LDFLAGS Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru> Diffstat:
| M | net/etherwake/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/etherwake/Makefile b/net/etherwake/Makefile @@ -36,7 +36,7 @@ define Package/etherwake/description endef 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 define Package/etherwake/install