Skip to content

Commit

Permalink
Try to fix alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 13, 2022
1 parent 6a496be commit 2ddf0cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mongoc/mongoc-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,10 @@ enum {
# undef MONGOC_ENABLE_MONGODB_AWS_AUTH
#endif

/* Available everywhere except for alpine-musl */
#if defined(__linux__) && !defined(__GLIBC__)
#undef MONGOC_HAVE_RES_NSEARCH
#undef MONGOC_HAVE_RES_NCLOSE
#endif

#endif /* MONGOC_CONFIG_H */

0 comments on commit 2ddf0cd

Please sign in to comment.