Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5353048

Browse files
committed
fix lib dir on arm 64
1 parent26e447e commit5353048

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎nfstream/engine/scripts/build.sh‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@ build_libndpi() {
3434
cd nDPI
3535
gcc --version
3636
./autogen.sh
37-
CFLAGS="-I/tmp/nfstream_build/usr/local/include"
38-
LDFLAGS="-L/tmp/nfstream_build/usr/local/lib"
39-
CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} ./configure&& CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} make
37+
CFLAGS='-I/tmp/nfstream_build/usr/local/include' \
38+
LDFLAGS='-L/tmp/nfstream_build/usr/local/lib' \
39+
./configure \
40+
--prefix=/tmp/nfstream_build/usr \
41+
--libdir=/tmp/nfstream_build/usr/lib \
42+
--enable-static --disable-shared
43+
make
4044
make DESTDIR=/tmp/nfstream_build install
4145
make clean
4246
cd ..

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp