From: Aleš Křenek Date: Wed, 27 Feb 2008 15:50:04 +0000 (+0000) Subject: no need to have offset = 1 X-Git-Tag: glite-yaim-myproxy_R_4_0_1_4~17 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=3c020416a14500346c3e6e385f11de610cfdeb46;p=jra1mw.git no need to have offset = 1 XXX: assuming move to lbjp-common, would bring nasty things if kept in security --- diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 34590c3..c034e8c 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -25,7 +25,7 @@ GSPLUGIN_DEBUG?=no GSPLUGIN_VERSION_CHECKING?=yes -offset=1 +offset=0 version_info:=-version-info ${shell \ perl -e '$$,=":"; @F=split "\\.","${version}"; print $$F[0]+$$F[1]+${offset},$$F[2],$$F[1]' }