express: add cast for %fj (#17764)
This commit is contained in:
parent
5b12c0f4a0
commit
1827db2859
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ 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')
|
||||
|
||||
def patch(self):
|
||||
with working_dir('src'):
|
||||
|
|
Loading…
Reference in a new issue