[Lunar-commits] <moonbase> beecrypt: my previous build code was lame. This is optimization.

Zbigniew Luszpinski zbiggy at lunar-linux.org
Wed Dec 31 00:49:39 CET 2008


commit f1c50d6455b3fb17444e02018dc737a89ce3c00e
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Tue Dec 30 23:49:39 2008 +0000

    beecrypt: my previous build code was lame. This is optimization.
---
 crypto/beecrypt/BUILD |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/crypto/beecrypt/BUILD b/crypto/beecrypt/BUILD
index b8bf94b..adb9a0e 100644
--- a/crypto/beecrypt/BUILD
+++ b/crypto/beecrypt/BUILD
@@ -2,11 +2,7 @@
 
   unpack $SOURCE2 &&
   patch_it beecrypt-cvs-libaltdir.patch 0 &&
-  patch_it beecrypt-4.1.2-threads.patch 1 &&
-  patch_it beecrypt-4.1.2-python-Makefile-am.patch 1 &&
-  patch_it beecrypt-4.1.2-python-debug-py-c.patch 1 &&
-  patch_it beecrypt-4.1.2-gcc4.patch 1 &&
-  patch_it beecrypt-4.1.2-build.patch 1 &&
+  for patch in `ls $MODULE-$VERSION-*.patch`; do patch_it $patch 1; done &&
   libtoolize --force --copy &&
   aclocal &&
   automake --add-missing &&


More information about the Lunar-commits mailing list