gdbm: Fix multiple definitions error when building with clang

This commit is contained in:
Christian Kampka
2020-11-18 15:44:58 +01:00
committed by Frederik Rietdijk
parent 6dd536a3cb
commit 9451ae5974
2 changed files with 27 additions and 0 deletions
@@ -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.