gdbm: Fix multiple definitions error when building with clang
This commit is contained in:
committed by
Frederik Rietdijk
parent
6dd536a3cb
commit
9451ae5974
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true; # not cross;
|
||||
|
||||
patches = [ ./0001-Remove-duplicate-assignments.patch ];
|
||||
|
||||
# Linking static stubs on cygwin requires correct ordering.
|
||||
# Consider upstreaming this.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user