Skip to content

Commit

Permalink
Disable epoll on SunOS. Fixes TritonDataCenter/pkgsrc#325
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Hajny committed Feb 27, 2016
1 parent fdb4736 commit 7469dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions net/aria2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ CONFIGURE_ARGS+= --with-included-gettext=no
CONFIGURE_ARGS+= --with-libexpat
CONFIGURE_ARGS+= --without-libxml2

OPSYSVARS+= CONFIGURE_ARGS
CONFIGURE_ARGS.SunOS+= --disable-epoll

GCC_REQD+= 3.4
TEST_TARGET= check
USE_FEATURES= getopt_long snprintf
Expand Down

0 comments on commit 7469dd7

Please sign in to comment.