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:
ef87a61
)
Do not link libcharon to libstrongswan.
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 16 Mar 2010 10:06:39 +0000
(11:06 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Fri, 19 Mar 2010 12:34:53 +0000
(13:34 +0100)
Linking to libstrongswan breaks the integrity-tests because libtool
relinks libcharon to libstrongswan on install, thus changing the
checksum.
src/libcharon/Makefile.am
patch
|
blob
|
history
diff --git
a/src/libcharon/Makefile.am
b/src/libcharon/Makefile.am
index
e608d22
..
274aa17
100644
(file)
--- a/
src/libcharon/Makefile.am
+++ b/
src/libcharon/Makefile.am
@@
-104,7
+104,7
@@
INCLUDES = -I${linux_headers} -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/
AM_CFLAGS = \
-DIPSEC_DIR=\"${ipsecdir}\" \
-DIPSEC_PIDDIR=\"${piddir}\"
-libcharon_la_LIBADD =
$(top_builddir)/src/libstrongswan/libstrongswan.la
-lm $(PTHREADLIB) $(DLLIB) $(SOCKLIB)
+libcharon_la_LIBADD = -lm $(PTHREADLIB) $(DLLIB) $(SOCKLIB)
EXTRA_DIST = Android.mk