diff options
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index 9cd1df85d..58a03c0e5 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -124,7 +124,7 @@ tdetoys: tdebase tdeutils: tdebase $(call buildpkg,main/tdeutils) -tdevelop: tdebase tdesdk cmake +tdevelop: tdebase tdesdk cmake tar $(call buildpkg,main/tdevelop) tdewebdev: tdebase tdesdk @@ -239,6 +239,12 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),) $(call buildpkg,3rdparty/sip) endif +tar: +# Build on CentOS 5 only (vendor-provided TAR is too old) +ifneq ($(wildcard /boot/vmlinuz*.el5*),) + $(call buildpkg,3rdparty/tar) +endif + torsocks: # Do NOT build on RHEL 6, RHEL 7 ifeq ($(wildcard /boot/vmlinuz*.el6* /boot/vmlinuz*.el7*),) |