- stage patched source code of the gsoap library v2.6.2
authorJiří Škrábal <nykolas@ics.muni.cz>
Tue, 10 May 2005 07:36:59 +0000 (07:36 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Tue, 10 May 2005 07:36:59 +0000 (07:36 +0000)
org.glite.security.gsoap-plugin/Makefile

index 6fce5b1..68cb406 100644 (file)
@@ -67,6 +67,8 @@ GSOAP_LIBS:= -L${gsoap_prefix}/lib -lgsoap
 
 EX_LIBS:= ${GLOBUS_LIBS} -L${ares_prefix}/lib -lares
 
+PATCHED_GSOAP_SRC:=stdsoap2_2.6.2.c
+
 HDRS:=glite_gss.h glite_gsplugin.h
 
 GSS_OBJS:=glite_gss.o
@@ -199,6 +201,7 @@ install:
        cd ${top_srcdir}/interface && ${INSTALL} -m 644 ${HDRS} ${PREFIX}/include/glite/security/
        if [ x${DOSTAGE} = xyes ]; then \
                install -m 644 ${GSS_STATICLIB} ${GSS_THRSTATICLIB} ${STATICLIB} ${THRSTATICLIB} ${PREFIX}/lib; \
+               install -m 644 ${top_srcdir}/src/${PATCHED_GSOAP_SRC} ${PREFIX}/lib; \
        fi
 
 clean: