diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-12-22 10:26:41 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-12-22 10:26:41 +0100 |
commit | 430c48787e46116f09139ae549ffe8e60ba1f89d (patch) | |
tree | 5d4feb09c36062e854c73c649bfe42d3a52b17d3 /redhat/Makefile.r14 | |
parent | f0e09cb4f6928c75afde31e612c8dcee998f5340 (diff) | |
download | tde-packaging-430c48787e46116f09139ae549ffe8e60ba1f89d.tar.gz tde-packaging-430c48787e46116f09139ae549ffe8e60ba1f89d.zip |
RPM packaging: updates
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r-- | redhat/Makefile.r14 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index 30501a3e1..ea917909b 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -187,12 +187,6 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),) $(call buildpkg,3rdparty/curl) endif -libotr3: -# Build on Mageia, CentOS >= 7 -ifneq ($(wildcard /etc/mageia-release /boot/vmlinuz*.el7*),) - $(call buildpkg,3rdparty/libotr3) -endif - libtool: autoconf automake # Build on CentOS 5 only ifneq ($(wildcard /boot/vmlinuz*.el5*),) @@ -239,7 +233,10 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),) endif torsocks: +# Do NOT build on RHEL 7 +ifeq ($(wildcard /boot/vmlinuz*.el7*),) $(call buildpkg,3rdparty/torsocks) +endif wv2: # Do NOT build on Mageia or openSUSE or PCLINUXOS @@ -480,7 +477,7 @@ koffice: tdebase wv2 konversation: tdebase $(call buildpkg,applications/konversation) -kopete-otr: tdebase libotr3 +kopete-otr: tdebase $(call buildpkg,applications/kopete-otr) kpicosim: tdebase |