]> pd.if.org Git - zpackage/commit
change makefile to use musl
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 9 Dec 2018 10:19:16 +0000 (10:19 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 9 Dec 2018 10:22:39 +0000 (10:22 +0000)
commitbf7f1f86b0bae79a57b365fdf5ba9281dbbc5e0c
tree39162c027d21ca7681ff434f916a35d03d51559b
parentff5642a271350490e758b206b1c57afb42f93d07
change makefile to use musl

Glibc can't compile truly static executables because it always wants to
dynamically load name service handlers.  musl doesn't have this problem,
so we compile against musl with clang, which now has a musl target.
Makefile