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:
f8f3992
)
Don't link openssl libraries explicitely and rely on Globus libs to fetch
author
Daniel Kouřil
<kouril@ics.muni.cz>
Mon, 8 Dec 2008 11:44:41 +0000
(11:44 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Mon, 8 Dec 2008 11:44:41 +0000
(11:44 +0000)
correct ones
org.glite.security.proxyrenewal/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.security.proxyrenewal/Makefile
b/org.glite.security.proxyrenewal/Makefile
index
e7078eb
..
90938ba
100644
(file)
--- a/
org.glite.security.proxyrenewal/Makefile
+++ b/
org.glite.security.proxyrenewal/Makefile
@@
-66,8
+66,7
@@
CFLAGS:= ${DEBUG} \
-I${glite_location}/include
GLOBUS_LIBS:=-L${globus_prefix}/lib \
- -lglobus_common_${nothrflavour} \
- -lssl_${nothrflavour}
+ -lglobus_common_${nothrflavour}
MYPROXY_LIB_NOTHR :=-L${myproxy_prefix}/lib -lmyproxy_${nothrflavour}
MYPROXY_LIB_THR:=-L${myproxy_prefix}/lib -lmyproxy_${thrflavour}