Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b425554c4cf006dbd83c7f9ac26f87320e9404a9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Vlad Glagolev <stealth AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b425554c4cf006dbd83c7f9ac26f87320e9404a9)
  • Date: Fri, 30 May 2008 11:25:14 +0200


GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

New commits:
commit b425554c4cf006dbd83c7f9ac26f87320e9404a9

aespipe: added subdep STATIC for loop-aes spell

+++ b/crypto/aespipe/HISTORY
@@ -1,3 +1,7 @@
+2008-05-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, SUB_DEPENDS, PRE_SUB_DEPENDS: added subdep STATIC

SUB_DEPENDS and PRE_SUB_DEPENDS are missing.


Thanks you set STATIC to "n" by default. The size of static aespipe is 10 times bigger than dynamic. Not proper for small system with only using aespipe for files encrypting and decrypting.


Just compiled aespipe static and dynamic:

$ ldd /usr/bin/aespipe
not a dynamic executable
$ ls -l /usr/bin/aespipe
-rwxr-xr-x 1 root root 623316 2008-05-30 10:48 /usr/bin/aespipe


$ ldd /usr/bin/aespipe
linux-gate.so.1 => (0xb7f13000)
libc.so.6 => /lib/libc.so.6 (0xb7da0000)
/lib/ld-linux.so.2 (0xb7f14000)
$ ls -l /usr/bin/aespipe
-rwxr-xr-x 1 root root 64588 2008-05-30 10:55 /usr/bin/aespipe


--
Ladislav Hagara









Archive powered by MHonArc 2.6.24.

Top of Page