masurca: Fix build with glibc-2.32+ (#26173)
remove sysctl.h which is not used by the build
This commit is contained in:
parent
90fa50d9df
commit
9a8712f4cb
@ -25,6 +25,8 @@ class Masurca(Package):
|
||||
patch('arm.patch', when='target=aarch64:')
|
||||
|
||||
def patch(self):
|
||||
filter_file('#include <sys/sysctl.h>', '',
|
||||
'global-1/CA8/src/AS_BAT/memoryMappedFile.H')
|
||||
if self.spec.target.family == 'aarch64':
|
||||
for makefile in 'Makefile.am', 'Makefile.in':
|
||||
m = join_path('global-1', 'prepare', makefile)
|
||||
|
Loading…
Reference in New Issue
Block a user