mwan3: fix boundary
authorFlorian Eckert <redacted>
Wed, 4 Nov 2020 11:10:23 +0000 (12:10 +0100)
committerFlorian Eckert <redacted>
Fri, 6 Nov 2020 09:37:44 +0000 (10:37 +0100)
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 <redacted>
net/mwan3/Makefile

index c603397daeb14322f8d86a09a9553688888f2136..a97a0db6abb2b4d2fc0eacabeb0d12a4fe3b2697 100644 (file)
@@ -63,7 +63,12 @@ exit 0
 endef
 
 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
 
 define Package/mwan3/install
git clone https://git.99rst.org/PROJECT