Module Name:    src
Committed By:   ozaki-r
Date:           Tue Nov  7 09:17:06 UTC 2017

Modified Files:
        src/tests/net: net_common.sh

Log Message:
Stop using bpfjit

Because most architectures don't support it and npf still works without it.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tests/net/net_common.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/net_common.sh
diff -u src/tests/net/net_common.sh:1.23 src/tests/net/net_common.sh:1.24
--- src/tests/net/net_common.sh:1.23	Mon Oct 30 15:59:23 2017
+++ src/tests/net/net_common.sh	Tue Nov  7 09:17:06 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: net_common.sh,v 1.23 2017/10/30 15:59:23 ozaki-r Exp $
+#	$NetBSD: net_common.sh,v 1.24 2017/11/07 09:17:06 ozaki-r Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -183,7 +183,7 @@ BASIC_LIBS="-lrumpnet -lrumpnet_net -lru
 FS_LIBS="$BASIC_LIBS -lrumpvfs -lrumpfs_ffs"
 CRYPTO_LIBS="$BASIC_LIBS -lrumpvfs -lrumpdev_opencrypto \
     -lrumpkern_z -lrumpkern_crypto"
-NPF_LIBS="$BASIC_LIBS -lrumpvfs -lrumpdev_bpf -lrumpnet_bpfjit -lrumpnet_npf"
+NPF_LIBS="$BASIC_LIBS -lrumpvfs -lrumpdev_bpf -lrumpnet_npf"
 
 # We cannot keep variables between test phases, so need to store in files
 _rump_server_socks=./.__socks

Reply via email to