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" \
|
||||
|
Loading…
Reference in New Issue
Block a user