mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
63bd7cdb79
svn path=/nixpkgs/trunk/; revision=2264
8 lines
160 B
Bash
8 lines
160 B
Bash
export NIX_ENFORCE_PURITY=1
|
|
|
|
if test "$param1" = "static"; then
|
|
export NIX_CFLAGS_LINK="-static"
|
|
export NIX_LDFLAGS_BEFORE="-static"
|
|
fi
|
|
|
|
havePatchELF=1
|