diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-06 18:56:15 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-06 18:56:15 +0800 |
commit | ce82c068c4278e2ff0131a7191ad606f262a11d6 (patch) | |
tree | 7babd471a53889115e8b64744ea139c879c8a680 | |
parent | 4443285897be4058891274e12d242dde25f09760 (diff) |
Fix curl_easy_setopt symbol locating
E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "curl_easy_setopt" referenced by "/data/app/org.qtproject.example.pasmas-2/lib/arm/libicclient.so"
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d22e5ff..7a82730 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,8 @@ pkginclude_HEADERS = \ icclient/admin.h \ icclient/client.h +libicclient_la_LDFLAGS = -lcurl + #bin_PROGRAMS = icclienttest #icclienttest_SOURCES = main.c #icclienttest_LDADD = libicclient.la |