Made oprofile not to build shared libs. This allows building on x86_64.

svn path=/nixpkgs/trunk/; revision=14795
This commit is contained in:
Lluís Batlle i Rossell 2009-03-30 20:22:54 +00:00
parent 0edebf5d84
commit 762d184399
1 changed files with 2 additions and 2 deletions

View File

@ -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/;
};
}
}