strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e10f1
)
checksum: Set rpath including DESTDIR for checksum_builder
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 8 Jan 2014 10:24:24 +0000
(11:24 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 8 Jan 2014 10:24:24 +0000
(11:24 +0100)
This way libraries to which checksum_builder does not itself link,
like libtls and libradius, are found during DESTDIR installs.
Fixes #476.
src/checksum/Makefile.am
patch
|
blob
|
history
diff --git
a/src/checksum/Makefile.am
b/src/checksum/Makefile.am
index
2e1a1fb
..
7a1e18b
100644
(file)
--- a/
src/checksum/Makefile.am
+++ b/
src/checksum/Makefile.am
@@
-11,6
+11,7
@@
checksum_builder_LDADD = \
$(top_builddir)/src/libhydra/libhydra.la \
$(top_builddir)/src/libcharon/libcharon.la \
$(DLLIB)
+checksum_builder_LDFLAGS = -rpath '$(DESTDIR)$(ipseclibdir)'
CLEANFILES = checksum.c $(EXTRA_PROGRAMS)