mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mwan3: fix boundary
he line is too long. For the future it is better to split it into several lines and make it more clearly arranged. In case of a future change, not the whole line will be marked as a change. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
+6
-1
@@ -63,7 +63,12 @@ exit 0
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(TARGET_CC) $(CFLAGS) $(LDFLAGS) $(FPIC) -shared -o $(PKG_BUILD_DIR)/libwrap_mwan3_sockopt.so.1.0 $(if $(CONFIG_IPV6),-DCONFIG_IPV6) $(PKG_BUILD_DIR)/sockopt_wrap.c -ldl
|
$(TARGET_CC) $(CFLAGS) $(LDFLAGS) $(FPIC) \
|
||||||
|
-shared \
|
||||||
|
-o $(PKG_BUILD_DIR)/libwrap_mwan3_sockopt.so.1.0 \
|
||||||
|
$(if $(CONFIG_IPV6),-DCONFIG_IPV6) \
|
||||||
|
$(PKG_BUILD_DIR)/sockopt_wrap.c \
|
||||||
|
-ldl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mwan3/install
|
define Package/mwan3/install
|
||||||
|
|||||||
Reference in New Issue
Block a user