Skip to content

Commit

Permalink
Fix build error with musl (rstudio#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemklevtsov committed Sep 11, 2016
1 parent 6aeca57 commit 49d8b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars
Expand Up @@ -25,7 +25,7 @@ $(SHLIB): libuv.a http-parser.o sha1.o base64.o

libuv.a:
$(MAKE) --directory=libuv \
CC="$(CC)" CFLAGS="$(CFLAGS) $(CPICFLAGS)" AR="$(AR)" RANLIB="$(RANLIB)" \
CC="$(CC)" CFLAGS="$(CFLAGS) -D__USE_MISC $(CPICFLAGS)" AR="$(AR)" RANLIB="$(RANLIB)" \
HAVE_DTRACE=0 \
libuv.a

Expand Down

0 comments on commit 49d8b8d

Please sign in to comment.