From 02f8b42e7289f9b7be2c73bca9419047e22a323c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 7 Feb 2012 18:59:33 +0000 Subject: [PATCH] build-common-cpp not needed for gridsite --- org.glite.lb/configure | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 0e2a782..fb86047 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -615,7 +615,7 @@ BEGIN{ 'jp.primary' => [ qw/classads gsoap libtar globus_essentials:R globus:B/ ], 'jp.server-common' => [], 'jp.ws-interface' => [], - 'gridsite.core' => [ qw/httpd-devel:B gsoap:B globus:B curl:B doxygen:B fuse-devel:B libxml2:B openssl:B build_common_cpp:B doxygen:B/ ], + 'gridsite.core' => [ qw/httpd-devel:B gsoap:B globus:B curl:B doxygen:B fuse-devel:B libxml2:B openssl:B doxygen:B/ ], 'gridsite.commands' => [ qw/curl:R openssl:R/ ], 'gridsite.apache' => [ qw/libxml2:R openssl:R curl:R/ ], 'gridsite.shared' => [ qw/libxml2:R openssl:R/ ], @@ -624,7 +624,7 @@ BEGIN{ 'gridsite.services' => [ qw/curl:R gsoap:R/ ], 'gridsite.service-clients' => [ qw/curl:R gsoap:R gsoapxx:R/ ], 'gridsite.gsexec' => [ qw// ], - 'gridsite.1.5-compat' => [ qw/httpd-devel:B gsoap:B globus:B curl:B doxygen:B fuse-devel:B libxml2:B openssl:B build_common_cpp:B doxygen:B/ ], + 'gridsite.1.5-compat' => [ qw/httpd-devel:B gsoap:B globus:B curl:B doxygen:B fuse-devel:B libxml2:B openssl:B doxygen:B/ ], 'px.proxyrenewal' => [ qw/globus:B globus_essentials:R myproxy-devel:B myproxy-libs:R voms:B libtool:B/ ], 'px.myproxy-config' => [ qw/myproxy-admin:R/ ], # in myproxy-config.spec 'canl.c' => [ qw/cares:B openssl:B libtool:B bison:B flex:B/ ], @@ -900,7 +900,6 @@ for my $ext (keys %deps_aux) { axis=>'axis', lcas=>'org.glite.security.lcas', gsoapxx=>'-', - build_common_cpp=>'org.glite.build.common-cpp', jdk=>'jdk', voms=>'org.glite.security.voms-api-cpp', }, @@ -970,7 +969,6 @@ for my $ext (keys %deps_aux) { axis=>'axis1.4', lcas=>'emi.sac.lcas', gsoapxx=>'-', - build_common_cpp=>'emi.misc.glite.build-common-cpp', jdk=>'java', voms => 'emi.voms.voms-api', }, -- 1.8.2.3