From 46bed61ae4dd6bd2fdcceaf13981d10f8fad970b Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 26 Aug 2013 17:24:09 +0000 Subject: Remove --export-all-symbols which is not supported and makes 'make install' fail. --- security/zxid/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/zxid/Makefile b/security/zxid/Makefile index f8ed1c58139a..1cb702750ee3 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -30,7 +30,9 @@ ZXID_BINS= smime zxcall zxcot zxdecode zxencdectest zxid zxidhlo \ .include post-patch: - @${REINPLACE_CMD} -e '/which gcc/d' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/which gcc/d' \ + -e 's/ --export-all-symbols/ /g' \ + ${WRKSRC}/Makefile post-install: ${MKDIR} ${PREFIX}/include/zxid/ -- cgit