epics-base: patch to avoid failure on "perl xsubpp" when "xsubpp" otherwise works fine. (#40849)
This commit is contained in:
parent
09d66168c4
commit
62b32080a8
@ -26,6 +26,7 @@ class EpicsBase(MakefilePackage):
|
||||
def patch(self):
|
||||
filter_file(r"^\s*CC\s*=.*", "CC = " + spack_cc, "configure/CONFIG.gnuCommon")
|
||||
filter_file(r"^\s*CCC\s*=.*", "CCC = " + spack_cxx, "configure/CONFIG.gnuCommon")
|
||||
filter_file(r"\$\(PERL\)\s+\$\(XSUBPP\)", "$(XSUBPP)", "modules/ca/src/perl/Makefile")
|
||||
|
||||
@property
|
||||
def install_targets(self):
|
||||
|
Loading…
Reference in New Issue
Block a user