add postInstall to install include files and libraries
svn path=/nixpkgs/trunk/; revision=7544
This commit is contained in:
parent
045cdc51e8
commit
80daff2267
|
@ -13,6 +13,7 @@ stdenv.mkDerivation {
|
||||||
buildInputs = [gettext];
|
buildInputs = [gettext];
|
||||||
patches = [./e2fsprogs-1.39_etc.patch];
|
patches = [./e2fsprogs-1.39_etc.patch];
|
||||||
preInstall = "installFlagsArray=('LN=ln -s')";
|
preInstall = "installFlagsArray=('LN=ln -s')";
|
||||||
|
postInstall = "make install-libs";
|
||||||
NIX_CFLAGS_COMPILE =
|
NIX_CFLAGS_COMPILE =
|
||||||
if stdenv ? isDietLibC then "-UHAVE_SYS_PRCTL_H" else "";
|
if stdenv ? isDietLibC then "-UHAVE_SYS_PRCTL_H" else "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue