diff options
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index 6b270f1ee..1b6b6f0bd 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -140,12 +140,12 @@ ifneq (,$(filter $(DIST), .oss151 .oss152 .osstw )) endif esound: -ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .oss151 .oss152 .osstw )) +ifneq (,$(filter $(DIST), .el8 .mga6 .mga7 .mga8 .oss151 .oss152 .osstw )) $(call buildpkg,3rdparty/esound) endif htdig: -ifneq (,$(filter $(DIST), .el7 .el8 .mga6 .mga7 )) +ifneq (,$(filter $(DIST), .el7 .el8 .mga6 .mga7 .mga8 )) $(call buildpkg,extras/htdig) endif @@ -155,7 +155,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .oss151 .osstw )) endif lcms: -ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .oss151 .oss152 .osstw )) +ifneq (,$(filter $(DIST), .el7 .el8 .mga7 .mga8 .oss151 .oss152 .osstw )) $(call buildpkg,3rdparty/lcms) endif |