Reverting eba28948a5 which was only necessary when cross-compiling the plugins for Android 2.0.
With the coming monolithic build using Android.mk files this won't be necessary anymore.
This commit is contained in:
@@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic
|
||||
|
||||
if MONOLITHIC
|
||||
noinst_LTLIBRARIES = libstrongswan-openssl.la
|
||||
libstrongswan_openssl_la_LIBADD =
|
||||
else
|
||||
plugin_LTLIBRARIES = libstrongswan-openssl.la
|
||||
libstrongswan_openssl_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_openssl_la_SOURCES = \
|
||||
@@ -24,5 +22,5 @@ libstrongswan_openssl_la_SOURCES = \
|
||||
openssl_ec_public_key.c openssl_ec_public_key.h
|
||||
|
||||
libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_openssl_la_LIBADD += -lcrypto
|
||||
libstrongswan_openssl_la_LIBADD = -lcrypto
|
||||
|
||||
|
||||
Reference in New Issue
Block a user