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:
fec08c6
)
Introduced reliance on the libdir variable.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 31 Jul 2009 11:13:54 +0000
(11:13 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 31 Jul 2009 11:13:54 +0000
(11:13 +0000)
org.glite.lb.client/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/Makefile
b/org.glite.lb.client/Makefile
index
7eb4a4b
..
e0f05da
100644
(file)
--- a/
org.glite.lb.client/Makefile
+++ b/
org.glite.lb.client/Makefile
@@
-99,13
+99,11
@@
TEST_INC:=-I${cppunit_prefix}/include
# TODO: merge - check the 64bit stuff
# - and what about the new JOBID lib?
-archlib:=lib
host_cpu:=${shell uname -m}
-ifeq (${host_cpu},x86_64)
- archlib:=lib64
- LDFLAGS:=-L${stagedir}/lib64 -L${stagedir}/lib ${COVERAGE_FLAGS}
+ifeq (${libdir},lib)
+ LDFLAGS:=-L${stagedir}/lib ${COVERAGE_FLAGS}
else
- LDFLAGS:=-L${stagedir}/
lib
+ LDFLAGS:=-L${stagedir}/
${libdir} -L${stagedir}/lib ${COVERAGE_FLAGS}
endif
COMPILE:=libtool --mode=compile ${CC} ${CFLAGS}