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:
3b1d5ce
)
be tolerant to older gridsite which installs into lib/ even on 64bit arch
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 14 Apr 2009 13:35:48 +0000
(13:35 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 14 Apr 2009 13:35:48 +0000
(13:35 +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
bf62f1e
..
c1b0994
100644
(file)
--- a/
org.glite.lb.server/Makefile
+++ b/
org.glite.lb.server/Makefile
@@
-64,7
+64,7
@@
SUFFIXES = .T
DEBUG:=-g -O0 -Wall
GRIDSITE_CFLAGS = -I${gridsite_prefix}/include `xml2-config --cflags`
-GRIDSITE_LIBS = -L${gridsite_prefix}/${archlib} -lgridsite_globus `xml2-config --libs`
+GRIDSITE_LIBS = -L${gridsite_prefix}/${archlib} -
L${gridsite_prefix}/lib -
lgridsite_globus `xml2-config --libs`
LCAS_CFLAGS=-I${lcas_prefix}/include