Made oprofile not to build shared libs. This allows building on x86_64.
svn path=/nixpkgs/trunk/; revision=14795
This commit is contained in:
parent
0edebf5d84
commit
762d184399
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
# FIXME: Add optional Qt support.
|
||||
buildInputs = [ binutils popt makeWrapper gawk which gnugrep ];
|
||||
|
||||
configureFlags = "--with-kernel-support";
|
||||
configureFlags = "--with-kernel-support --disable-shared";
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram "$out/bin/opcontrol" \
|
||||
|
@ -43,4 +43,4 @@ stdenv.mkDerivation rec {
|
|||
license = "GPLv2";
|
||||
homepage = http://oprofile.sourceforge.net/;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue