express: specify patch version range (#30283)
This commit is contained in:
parent
80e24f3f69
commit
62abbeaf6f
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ class Express(CMakePackage):
|
|||
|
||||
# patch from the debian package repo:
|
||||
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811859
|
||||
patch('gcc-6.patch', when='%gcc@6.0.0:')
|
||||
patch('gcc-6.patch', when='%fj')
|
||||
patch('gcc-6.patch', when='@:1.5.2%gcc@6.0.0:')
|
||||
patch('gcc-6.patch', when='@:1.5.2%fj')
|
||||
|
||||
def patch(self):
|
||||
with working_dir('src'):
|
||||
|
|
Loading…
Reference in a new issue