diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 15:50:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 15:50:58 +0000 |
commit | bd27936990a5723960b7bfc4d174f9753658f15e (patch) | |
tree | 32aaf12b57f6e86256a075fe02979334558d69cd /lib/libpthread-stubs/pthread-stubs.pc.in | |
parent | 3b8800decdad9eecbc06d3830acd65755f850543 (diff) |
import libpthread-stubs 0.1
Diffstat (limited to 'lib/libpthread-stubs/pthread-stubs.pc.in')
-rw-r--r-- | lib/libpthread-stubs/pthread-stubs.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libpthread-stubs/pthread-stubs.pc.in b/lib/libpthread-stubs/pthread-stubs.pc.in new file mode 100644 index 000000000..690059819 --- /dev/null +++ b/lib/libpthread-stubs/pthread-stubs.pc.in @@ -0,0 +1,8 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ + +Name: pthread stubs +Description: Stubs missing from libc for standard pthread functions +Version: @PACKAGE_VERSION@ +Libs: @PKG_CONFIG_LIBS@ |