Skip to content

Commit 9c8f122

Browse files
authored
[ntopng] Update lua dependency (#11607)
Updating lua dependency. This is needed to fix a building issue.
1 parent 163e36a commit 9c8f122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ntopng/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cd $NDPI_HOME
6262
make -j$(nproc)
6363

6464
# Build LUA
65-
make -C $NTOPNG_HOME/third-party/lua-5.4.3 generic
65+
make -C $NTOPNG_HOME/third-party/lua-5.4.6 generic
6666

6767
# Build librrdtool
6868
cd $NTOPNG_HOME/third-party/rrdtool-1.4.8

0 commit comments

Comments
 (0)