diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-10-15 13:43:56 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-10-15 13:43:56 +0000 |
commit | 62b5c15c8002648f2683f93b0e2b0a38d17f5952 (patch) | |
tree | ed0545043d501838f8efcfb2ba6a2dedc4424c63 /benchmarks | |
parent | 89ca8a0a62f46c0c24f0e4fec2843e411834dd84 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/apib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/apib/Makefile b/benchmarks/apib/Makefile index 5fbd5bf5d4f7..3596af32ab96 100644 --- a/benchmarks/apib/Makefile +++ b/benchmarks/apib/Makefile @@ -26,6 +26,9 @@ PORTEXAMPLES= env.sh pivot run.sh rungroup.sh tojson OPTIONS_DEFINE= EXAMPLES +post-patch: + @${REINPLACE_CMD} -e 's, LIBS="-lssl,& -lcrypto,' ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/apib ${WRKSRC}/apibmon \ ${STAGEDIR}${PREFIX}/bin |