diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-04-24 13:00:16 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-04-24 13:00:16 +0000 |
commit | 6b6c984849c7b4076cf11b1a3cbfabf6824228b4 (patch) | |
tree | 4035608337b9460d8234b441c09f3de4aa284cde /net/pjsip | |
parent | 1b81d1e1c83fe577a3b20de1c4a3edbb5cabd1bc (diff) | |
download | ports-6b6c984849c7b4076cf11b1a3cbfabf6824228b4.tar.gz ports-6b6c984849c7b4076cf11b1a3cbfabf6824228b4.zip |
Notes
Diffstat (limited to 'net/pjsip')
-rw-r--r-- | net/pjsip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile index 332141381269..c811495a8618 100644 --- a/net/pjsip/Makefile +++ b/net/pjsip/Makefile @@ -97,7 +97,7 @@ post-patch: @${ECHO} "#include <sys/select.h>" > ${WRKSRC}/pjlib/include/pj/config_site.h @${ECHO} "#define PJ_IOQUEUE_MAX_HANDLES (FD_SETSIZE)" >> ${WRKSRC}/pjlib/include/pj/config_site.h -post-install: +post-install-SHARED-on: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so post-install-PJSUA-on: |