libcdr: disable werror is default
So this optional configure flag is uneeded.
See: 10211e95bb/NEWS (L5)
This commit is contained in:
parent
d211457188
commit
2764297cc5
@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
|
||||
sed -i 's,^CPPFLAGS.*,\0 -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED,' src/lib/Makefile.in
|
||||
'';
|
||||
|
||||
configureFlags = stdenv.lib.optional stdenv.cc.isClang "--disable-werror";
|
||||
|
||||
CXXFLAGS="--std=gnu++0x"; # For c++11 constants in lcms2.h
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user