Skip to content

Commit

Permalink
dirdeps: Fix libpcap Makefile.depend.options
Browse files Browse the repository at this point in the history
This prevents libpcap's Makefile.depend from flip-flopping when OFED is
enabled.

Sponsored by :	Juniper Networks, Inc.
MFC after:	7 days
Reviewed by:	sjg
Differential Revision:	https://reviews.freebsd.org/D42649
  • Loading branch information
khng300 committed Nov 17, 2023
1 parent b08a9b8 commit b1538e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/libpcap/Makefile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ DIRDEPS = \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
lib/ofed/include \
usr.bin/yacc.host \


Expand Down
2 changes: 1 addition & 1 deletion lib/libpcap/Makefile.depend.options
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

DIRDEPS_OPTIONS= OFED

DIRDEPS.OFED.yes= lib/ofed/libibverbs lib/ofed/libmlx5
DIRDEPS.OFED.yes= lib/ofed/include lib/ofed/libibverbs lib/ofed/libmlx5

.include <dirdeps-options.mk>

0 comments on commit b1538e8

Please sign in to comment.