From 6ef6be375d5ac10e62ff9e51a27141e97442f618 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 17 Jan 2007 01:43:16 +0000 Subject: mod_python: stripping the module git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@976 370017ae-e619-0410-ac65-c121f96126d4 --- dev/python/mod_python/mod_python.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev/python/mod_python/mod_python.build b/dev/python/mod_python/mod_python.build index 52cead7c..91a0d29a 100755 --- a/dev/python/mod_python/mod_python.build +++ b/dev/python/mod_python/mod_python.build @@ -21,7 +21,7 @@ fi PACKAGE="mod_python" VERSION=${VERSION:=2.7.11} ARCH="${ARCH:=x86_64}" -BUILD=${BUILD:=3rha} +BUILD=${BUILD:=4rha} SRC_DIR=${SRC:=$CWD} TMP=${TMP:=/tmp} @@ -87,6 +87,9 @@ fi make || exit $ERROR_MAKE make install || exit $ERROR_INSTALL +# strip +strip --strip-unneeded /usr/libexec/apache/mod_python.so + CWD="`pwd`" mkdir /install -- cgit v1.2.3