From 53ea855ccab77c46c704e87edc76a885b307e263 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 24 Feb 2015 05:58:13 +0000 Subject: [PATCH] strip binary. --- devel/pecl-bcompiler/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/pecl-bcompiler/Makefile b/devel/pecl-bcompiler/Makefile index de6dbc6f4dfe..b893cd0d6c77 100644 --- a/devel/pecl-bcompiler/Makefile +++ b/devel/pecl-bcompiler/Makefile @@ -21,4 +21,7 @@ IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-bcompiler +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/${PHP_MODNAME}.so + .include