diff --git a/.cvsignore b/.cvsignore index e69de29..2b0bcf4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +crypt-1.17.tar.bz2 diff --git a/libtomcrypt-makefile.patch b/libtomcrypt-makefile.patch new file mode 100644 index 0000000..c8b12e6 --- /dev/null +++ b/libtomcrypt-makefile.patch @@ -0,0 +1,17 @@ +--- libtomcrypt-1.17.orig/makefile.shared 2007-05-12 08:46:25.000000000 -0600 ++++ libtomcrypt-1.17/makefile.shared 2007-06-27 21:56:29.000000000 -0600 +@@ -29,10 +29,12 @@ + ifndef IGNORE_SPEED + + # optimize for SPEED +-CFLAGS += -O3 -funroll-loops ++# removed for building in Fedora ++#CFLAGS += -O3 -funroll-loops + + # add -fomit-frame-pointer. hinders debugging! +-CFLAGS += -fomit-frame-pointer ++# removed for building in Fedora ++#CFLAGS += -fomit-frame-pointer + + # optimize for SIZE + #CFLAGS += -Os -DLTC_SMALL_CODE diff --git a/sources b/sources index e69de29..d795efb 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +cea7e5347979909f458fe7ebb5a44f85 crypt-1.17.tar.bz2