python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / libstatgrab / patches / configure-musl.patch
blob81975d0cf16ca4da2187c3639cfd15466bbaeedb
1 fix build failure with musl libc
3 --- configure.ac 2015-07-28 23:01:23.742669306 -0300
4 +++ configure.ac 2015-07-28 23:01:42.039440565 -0300
5 @@ -609,7 +609,7 @@
6 [openbsd*], [
7 AC_DEFINE(OPENBSD, , [Building on OpenBSD])
8 ],
9 - [linux-gnu*], [
10 + [linux-gnu*|linux-musl*], [
11 AC_DEFINE(LINUX, , [Building on GNU/Linux])
12 AM_CONDITIONAL(SETUIDBINS, true)
13 BIN_OWNER="root"