163a382727
This allows it to build on non-glibc platforms (e.g., Mac OS X). svn path=/nixpkgs/trunk/; revision=970
5 lines
106 B
Bash
5 lines
106 B
Bash
. $stdenv/setup
|
|
installFlags="prefix=$out"
|
|
makeFlags="CFLAGS=-DWITHOUT_GETTEXT LIBCGETOPT=0"
|
|
genericBuild
|