Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

OOPS! wrong source tree! (I found librumpnet_altq!)



Sorry, I was looking at the wrong source tree -- no wonder I couldn't
find librumpnet_altq!

This fixes the static build of tests/net/bpfjit:


diff --git a/tests/net/bpfjit/Makefile b/tests/net/bpfjit/Makefile
index bb995e702487..2b7347903a0f 100644
--- a/tests/net/bpfjit/Makefile
+++ b/tests/net/bpfjit/Makefile
@@ -13,7 +13,12 @@ TESTS_C+=	t_mbuf
 PAXCTL_FLAGS=	+m

 LDADD+=		-lrumpnet_bpfjit -lrumpkern_sljit
-LDADD+=		-lrumpdev_bpf -lrumpnet_net -lrumpnet
+LDADD+=		-lrumpdev_bpf
+LDADD+=		-lrumpnet_net
+LDADD+=		-lrumpnet_bridge -lrumpnet_agr -lrumpnet_pppoe -lrumpnet_vlan
+LDADD+=		-lrumpnet_altq
+LDADD+=		-lrumpnet_netipsec -lrumpdev_opencrypto
+LDADD+=		-lrumpnet_net -lrumpnet
 LDADD+=		${LIBRUMPBASE}

 .include <bsd.test.mk>

--
					Greg A. Woods <gwoods%acm.org@localhost>

Kelowna, BC     +1 250 762-7675           RoboHack <woods%robohack.ca@localhost>
Planix, Inc. <woods%planix.com@localhost>     Avoncote Farms <woods%avoncote.ca@localhost>

Attachment: pgprzBEozWy4S.pgp
Description: OpenPGP Digital Signature



Home | Main Index | Thread Index | Old Index