]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
mod_python: stripping the module
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Wed, 17 Jan 2007 01:43:16 +0000 (01:43 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Wed, 17 Jan 2007 01:43:16 +0000 (01:43 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@976 370017ae-e619-0410-ac65-c121f96126d4

dev/python/mod_python/mod_python.build

index 52cead7c0c367fb01115c20b68fb12a5abcd1ad3..91a0d29a851c19fdd712e608939de5f2f7ba7ed9 100755 (executable)
@@ -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