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 ""
|
then ""
|
||||||
else "--enable-elf-shlibs";
|
else "--enable-elf-shlibs";
|
||||||
preInstall = "installFlagsArray=('LN=ln -s')";
|
preInstall = "installFlagsArray=('LN=ln -s')";
|
||||||
#postInstall = "make install-libs";
|
postInstall = "make install-libs";
|
||||||
NIX_CFLAGS_COMPILE =
|
NIX_CFLAGS_COMPILE =
|
||||||
if stdenv ? isDietLibC then
|
if stdenv ? isDietLibC then
|
||||||
"-UHAVE_SYS_PRCTL_H " +
|
"-UHAVE_SYS_PRCTL_H " +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user