bzip2: fix typo in package (#23312)
A recently merged PR had a typo that slipped through CI. Here's a fix.
This commit is contained in:
parent
f5e6c32495
commit
6ab859fb45
@ -54,7 +54,7 @@ def flag_handler(self, name, flags):
|
||||
return(flags, None, None)
|
||||
|
||||
def patch(self):
|
||||
if spec.satisfies('+debug'):
|
||||
if self.spec.satisfies('+debug'):
|
||||
for makefile in ['Makefile', 'Makefile-libbz2_so']:
|
||||
filter_file(r'-O ', '-O0 ', makefile)
|
||||
filter_file(r'-O2 ', '-O0 ', makefile)
|
||||
|
Loading…
Reference in New Issue
Block a user