]> Git Repo - buildroot-mgba.git/commit
package/rtty: fix openssl static build with -latomic
authorFabrice Fontaine <[email protected]>
Sun, 26 Feb 2023 19:53:15 +0000 (20:53 +0100)
committerPeter Korsgaard <[email protected]>
Mon, 27 Feb 2023 16:04:16 +0000 (17:04 +0100)
commit3aa7821d77386b597c7c63d9bdafa3278df60c36
tree89544acf6e877adafee8b8d94615e0fd0f86ff5c
parent8c4435190773195fc5d1a97f819e1160f4bd52ca
package/rtty: fix openssl static build with -latomic

Fix the following openssl static build failure with -latomic raised
since bump to version 8.1.0 in commit
7e608885a2df51ba77378f210f4c0e8cb59d5b8b:

/home/autobuild/autobuild/instance-8/output-1/host/lib/gcc/sparc-buildroot-linux-uclibc/10.4.0/../../../../sparc-buildroot-linux-uclibc/bin/ld: /home/autobuild/autobuild/instance-8/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libssl.a(ssl_cert.o): in function `ssl_cert_free':
ssl_cert.c:(.text+0x53c): undefined reference to `__atomic_fetch_sub_4'

Fixes:
 - http://autobuild.buildroot.org/results/f606bb15bf4f88ba29ef0795413e13acc9cd0976

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/rtty/0001-CMakeLists.txt-prefer-pkg_check_modules.patch [new file with mode: 0644]
This page took 0.034529 seconds and 4 git commands to generate.