db-*: only use the osx.patch for db5 where it applies
This unbreaks builds of all other versions (4.* and 6.*).
This commit is contained in:
@@ -18,10 +18,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = extraPatches;
|
||||
|
||||
patchPhase = ''
|
||||
patch src/dbinc/atomic.h < ${./osx.patch}
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
(if cxxSupport then "--enable-cxx" else "--disable-cxx")
|
||||
(if compat185 then "--enable-compat185" else "--disable-compat185")
|
||||
|
||||
Reference in New Issue
Block a user