Skip to content

Commit

Permalink
emulators/wine-devel: Configure with pcap and pthread
Browse files Browse the repository at this point in the history
libpcap and libpthread are generally present and we have been using
them all along. Explicitly require them to detect any potential issues
in the future.

Approved by:	maintainer (pre-approval)
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Nov 9, 2021
1 parent 3244f01 commit a44dd39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emulators/wine-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ CONFIGURE_ARGS+=--verbose \
--without-opencl \
--without-osmesa \
--with-oss \
--with-pcap \
--with-pthread \
--without-pulse \
--without-sane \
--with-sdl \
Expand Down

0 comments on commit a44dd39

Please sign in to comment.