Skip to content

Commit

Permalink
fixup! epics-base: fix compilation due to GNUMake 4.4 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Jul 4, 2023
1 parent 8088028 commit 9bd69f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/epnix/epics-base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}:
with lib; let
older = versionOlder version;
atLeast = versionAtLeast version;

generateConf = (epnixLib.formats.make {}).generate;

Expand All @@ -36,10 +37,10 @@ in
};

patches =
[
(optionals (atLeast "7.0.0") [
# From: https://github.com/epics-base/epics-base/pull/395
./fix-makeflags-parsing-4.4.patch
]
])
++ (optionals (older "7.0.5") [
# Support "undefine MYVAR" in convertRelease.pl
# Fixed by commit 79d7ac931502e1c25b247a43b7c4454353ac13a6
Expand Down

0 comments on commit 9bd69f1

Please sign in to comment.