I did not enable well the -fPIC for lua in my last commit. 2nd attempt, for vlc to build fine.
Making vlc build finally (disabling dbus in it) svn path=/nixpkgs/trunk/; revision=22415
This commit is contained in:
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
url = http://www.lua.org/ftp/lua-5.1.4.tar.gz;
|
||||
sha256 = "0fmgk100ficm1jbm4ga9xy484v4cm89wsdfckdybb9gjx8jy4f5h";
|
||||
};
|
||||
makeFlags = [ "MYCFLAGS=-fPIC" ];
|
||||
makeFlags = [ "CFLAGS=-fPIC" ];
|
||||
buildFlags = "linux"; # TODO: support for non-linux systems
|
||||
installFlags = "install INSTALL_TOP=\${out}";
|
||||
buildInputs = [ ncurses readline ];
|
||||
|
||||
Reference in New Issue
Block a user