Skip to content

Commit 6d50adb

Browse files
radaretrufae
authored andcommitted
Add -lpthread to the r_core pkgconfig ##build
1 parent b462f37 commit 6d50adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgcfg/r_core.pc.acr

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Name: r_core
77
Description: radare foundation libraries
88
Version: @VERSION@
99
Requires: r_config r_cons r_io r_util r_flag r_asm r_debug r_bin r_lang r_io r_anal r_bp r_egg r_reg r_search r_syscall r_socket r_fs r_magic r_crypto r_arch r_esil
10-
Libs: -L${libdir} -lr_core -lm @SSL_LDFLAGS@ @CAPSTONE_LDFLAGS@
11-
Libs.private: -L${libdir} ${libdir}/libr.a
10+
Libs: -L${libdir} -lr_core -lm @SSL_LDFLAGS@ @CAPSTONE_LDFLAGS@ -lpthread
11+
Libs.private: -L${libdir} ${libdir}/libr.a -lpthread
1212
Cflags: -I${includedir}/libr @SSL_CFLAGS@ @CAPSTONE_CFLAGS@

0 commit comments

Comments
 (0)