]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tshark: Fix parallel build
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Aug 2019 16:54:01 +0000 (17:54 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Aug 2019 16:54:01 +0000 (17:54 +0100)
The variable name was incorrect and therefore a parallel
build was never attempted.

This this package already takes a lot of time to build, even
more is being saved now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/tshark

index 58c276e251d5f087d98c629dd0ed1af0d37566c0..562c70e26f705d1e43e58cd62b8c907afb2bcffc 100644 (file)
@@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                -DCMAKE_BUILD_TYPE=Release      \
                -DBUILD_mmdbresolve=OFF
 
-       cd $(DIR_APP)/build && make $(PARALELLISMFLAGS)
+       cd $(DIR_APP)/build && make $(MAKETUNING)
        cd $(DIR_APP)/build && make install
 
        @rm -rf $(DIR_APP)