projects
/
mp-xquery-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a03208d
)
Slightly more compact rpath spec
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 18 Jun 2014 09:00:30 +0000
(11:00 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 18 Jun 2014 09:00:30 +0000
(11:00 +0200)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
55b478e
..
73bd1c7
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-19,7
+19,7
@@
tst: tst.o
$(CXX) $^ -o $@ $(ZORBA_LIBS)
$(MP_SO): metaproxy_filter_xquery.o
- $(CXX) -Wl,-rpath -Wl,$(ZORBA)/lib -shared $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(MP_LIBS) $(ZORBA_LIBS)
+ $(CXX) -Wl,-rpath,$(ZORBA)/lib -shared $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(MP_LIBS) $(ZORBA_LIBS)
install: $(MP_SO)
mkdir -p $(DESTDIR)$(libdir)/mp-xquery