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:
9b3c2e2
)
XXX: add _flavour to -lvomsc only if it's not gcc32*
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 8 Feb 2005 13:31:45 +0000
(13:31 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 8 Feb 2005 13:31:45 +0000
(13:31 +0000)
org.glite.lb.server/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/Makefile
b/org.glite.lb.server/Makefile
index
0818286
..
40859f3
100644
(file)
--- a/
org.glite.lb.server/Makefile
+++ b/
org.glite.lb.server/Makefile
@@
-93,11
+93,19
@@
ifneq (${expat_prefix},/usr)
expatlib := -L${expat_prefix}/lib
endif
+vomsflavour := _${nothrflavour}
+ifeq (${nothrflavour},gcc32)
+ vomsflavour :=
+endif
+ifeq (${nothrflavour},gcc32dbg)
+ vomsflavour :=
+endif
+
EXT_LIBS:= -L${ares_prefix}/lib -lares \
${myslqlib} -lmysqlclient -lz\
${expatlib} -lexpat \
${GRIDSITE_LIBS} \
- -lvomsc
_${nothr
flavour} \
+ -lvomsc
${voms
flavour} \
${GLOBUS_LIBS}
GSOAP_LIBS:= -L${gsoap_prefix}/lib -lgsoap