summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-04-17 17:36:46 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-04-18 02:53:46 +0200
commit713e21efa8e128645489a9682f35eb48aa5ddfd4 (patch)
tree0f1e9dde672faf3b6c1aeaed92a9eddd4ff6f412 /include
parentf4be25579557eb2eb52d7236a5c47435b425b913 (diff)
downloadhardware_replicant_libsamsung-ril-GNUtoo/lineage-16.0_i9300.tar.gz
hardware_replicant_libsamsung-ril-GNUtoo/lineage-16.0_i9300.tar.bz2
hardware_replicant_libsamsung-ril-GNUtoo/lineage-16.0_i9300.zip
Fix undefined references to MD5_{Init,Update,Final}GNUtoo/lineage-16.0_i9300
Before this change, libsamsung-ril was using libsamsung-ipc as a static library. However, libsamsung-ipc is dynamically linked to libcrypto. Statically linking libsamsung-ril to libsamsung-ipc results in the following errors, which disapear when using dynamic linking: rfs.c:50: error: undefined reference to 'MD5_Init' rfs.c:51: error: undefined reference to 'MD5_Update' rfs.c:52: error: undefined reference to 'MD5_Update' rfs.c:53: error: undefined reference to 'MD5_Final' Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions