Add -lpthread to Libs: in pkg-config file
This commit is contained in:
parent
e83a241d77
commit
23ba7e847a
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
LIB= stdthreads
|
LIB= stdthreads
|
||||||
PACKAGE_VERSION?= 0.2
|
PACKAGE_VERSION?= 0.3.2
|
||||||
PREFIX?= /usr
|
PREFIX?= /usr
|
||||||
|
|
||||||
HDR= threads.h
|
HDR= threads.h
|
||||||
|
|
|
@ -8,4 +8,4 @@ Description: The C11 standard threads library
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
|
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -lstdthreads
|
Libs: -L${libdir} -lstdthreads -lpthread
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue