mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
* octave: extra configure flags
svn path=/nixpkgs/trunk/; revision=1379
This commit is contained in:
parent
09cc881dfe
commit
b3a57fe7d6
|
@ -10,5 +10,5 @@ stdenv.mkDerivation {
|
|||
md5 = "b781f5d0cd750cb9bb3ef23523f5f339";
|
||||
};
|
||||
buildInputs = [g77 readline ncurses];
|
||||
configureFlags = "--enable-readline";
|
||||
configureFlags = "--enable-readline --enable-dl --disable-static";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue