From c8727e7c4cc830334c2e624156c05fa47b0cb5f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 8 Jul 2010 14:46:35 +0000 Subject: [PATCH] aprSuffix definitions for more platforms --- org.glite.lb/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index bdd4dea..3339965 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -606,8 +606,10 @@ BEGIN{ 'gridsite.core' => { sl5_x86_64_gcc412 => { aprSuffix => '1' }, sl5_ia32_gcc412 => { aprSuffix => '1' }, + deb5_x86_64_gcc432 => { aprSuffix => '1.0' }, deb5_ia32_gcc432 => { aprSuffix => '1.0' }, slc4_x86_64_gcc346 => { aprSuffix => '0' }, + slc4_ia32_gcc346 => { aprSuffix => '0' }, # unused in 1.5.18 # default => { # 'package.RPMSLocation' => '${moduleDir}/RPMTMP/RPMS', -- 1.8.2.3