git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
480d974
)
- -Iglobus first, to be sure to find the right gssapi.h first
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 10 Oct 2005 18:57:04 +0000
(18:57 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 10 Oct 2005 18:57:04 +0000
(18:57 +0000)
- conditional initialisation of gsoap_versions
org.glite.security.gsoap-plugin/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.security.gsoap-plugin/Makefile
b/org.glite.security.gsoap-plugin/Makefile
index
376df4c
..
d4b2aca
100644
(file)
--- a/
org.glite.security.gsoap-plugin/Makefile
+++ b/
org.glite.security.gsoap-plugin/Makefile
@@
-17,7
+17,7
@@
gsoap_prefix=/opt/gsoap
CC=gcc
-gsoap_versions=2.6.2 2.7.0
+gsoap_versions
?
=2.6.2 2.7.0
-include Makefile.inc
-include ../Makefile.inc
@@
-48,9
+48,9
@@
CFLAGS:= ${DEBUG} \
-DVERSION=\"${version}\" \
-I. -I${top_srcdir}/interface \
-I${stagedir}/include \
- -I${ares_prefix}/include \
-I${globus_prefix}/include/${nothrflavour} \
-I${globus_prefix}/include/${nothrflavour}/openssl \
+ -I${ares_prefix}/include \
${COVERAGE_FLAGS} -D_GNU_SOURCE -DDATAGRID_EXTENSION
LDFLAGS:=${COVERAGE_FLAGS}