Mercurial > hg > sv-dependency-builds
annotate src/capnproto-git-20161025/c++/capnp.pc.in @ 83:ae30d91d2ffe
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author | Chris Cannam |
---|---|
date | Fri, 07 Feb 2020 11:51:13 +0000 |
parents | 9530b331f8c1 |
children |
rev | line source |
---|---|
cannam@48 | 1 prefix=@prefix@ |
cannam@48 | 2 exec_prefix=@exec_prefix@ |
cannam@48 | 3 libdir=@libdir@ |
cannam@48 | 4 includedir=@includedir@ |
cannam@48 | 5 |
cannam@48 | 6 Name: Cap'n Proto |
cannam@48 | 7 Description: Insanely fast serialization system |
cannam@48 | 8 Version: @VERSION@ |
cannam@48 | 9 Libs: -L${libdir} -lcapnp @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ @STDLIB_FLAG@ |
cannam@48 | 10 Libs.private: @LIBS@ |
cannam@48 | 11 Requires: kj = @VERSION@ |
cannam@48 | 12 Cflags: -I${includedir} @PTHREAD_CFLAGS@ @STDLIB_FLAG@ @CAPNP_LITE_FLAG@ |