forked from mirrors/nixpkgs
Fixed e2fsprogs - install libs needed for testdisk
svn path=/nixpkgs/trunk/; revision=11004
This commit is contained in:
parent
aec4356a10
commit
8b48a5c731
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||
then ""
|
||||
else "--enable-elf-shlibs";
|
||||
preInstall = "installFlagsArray=('LN=ln -s')";
|
||||
#postInstall = "make install-libs";
|
||||
postInstall = "make install-libs";
|
||||
NIX_CFLAGS_COMPILE =
|
||||
if stdenv ? isDietLibC then
|
||||
"-UHAVE_SYS_PRCTL_H " +
|
||||
|
|
Loading…
Reference in a new issue