diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-16 11:06:39 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-19 13:34:53 +0100 |
commit | 78060ba0632e26bafccfa9a2fefa70a9e5ac98fc (patch) | |
tree | 5f24e2e0562edc7f44419ce3dd07c6187a78f9d8 /src | |
parent | ef87a61efdfff5c00d1e8ffb7a560ed5ceac7cd1 (diff) | |
download | strongswan-78060ba0632e26bafccfa9a2fefa70a9e5ac98fc.tar.bz2 strongswan-78060ba0632e26bafccfa9a2fefa70a9e5ac98fc.tar.xz |
Do not link libcharon to libstrongswan.
Linking to libstrongswan breaks the integrity-tests because libtool
relinks libcharon to libstrongswan on install, thus changing the
checksum.
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/Makefile.am b/src/libcharon/Makefile.am index e608d2206..274aa176d 100644 --- 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 |