mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
tshark: Fix parallel build
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user