Explorar el Código

openssl: fix riscv32 linking

Waldemar Brodkorb hace 1 mes
padre
commit
ab2b5c8746
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/openssl/Makefile

+ 1 - 0
package/openssl/Makefile

@@ -89,6 +89,7 @@ do-configure:
 		PATH='$(TARGET_PATH)' \
 		CROSS_COMPILE='' \
 		CFLAGS="$(TARGET_CFLAGS)" \
+		LDFLAGS="$(TARGET_LDFLAGS) -latomic" \
 		./Configure $(CONFIG) \
 			--prefix=/usr \
 			--openssldir=/etc/ssl \