rpms/libtommath/devel libtommath-makefile.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Mon Jul 9 23:22:49 UTC 2007


Author: jjh

Update of /cvs/pkgs/rpms/libtommath/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11945

Modified Files:
	.cvsignore sources 
Added Files:
	libtommath-makefile.patch 
Log Message:
adding initial patch

libtommath-makefile.patch:

--- NEW FILE libtommath-makefile.patch ---
--- libtommath-0.41.orig/makefile.shared	2007-03-10 16:45:11.000000000 -0700
+++ libtommath-0.41/makefile.shared	2007-06-27 22:07:28.000000000 -0600
@@ -10,13 +10,15 @@
 ifndef IGNORE_SPEED
 
 #for speed 
-CFLAGS += -O3 -funroll-loops
+# commented out for building in Fedora
+#CFLAGS += -O3 -funroll-loops
 
 #for size 
 #CFLAGS += -Os
 
 #x86 optimizations [should be valid for any GCC install though]
-CFLAGS  += -fomit-frame-pointer
+# commented out for rpm building in Fedora
+#CFLAGS  += -fomit-frame-pointer
 
 endif
 
@@ -48,8 +50,14 @@
 #INCPATH-The directory to install the header files for libtommath.
 #DATAPATH-The directory to install the pdf docs.
 DESTDIR=
-LIBPATH=/usr/lib
-INCPATH=/usr/include
+
+ifndef LIBPATH
+   LIBPATH=/usr/lib
+endif
+
+ifndef INCPATH
+   INCPATH=/usr/include
+endif
 DATAPATH=/usr/share/doc/libtommath/pdf
 
 OBJECTS=bncore.o bn_mp_init.o bn_mp_clear.o bn_mp_exch.o bn_mp_grow.o bn_mp_shrink.o \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libtommath/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Jul 2007 18:44:07 -0000	1.1
+++ .cvsignore	9 Jul 2007 23:22:19 -0000	1.2
@@ -0,0 +1 @@
+ltm-0.41.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libtommath/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Jul 2007 18:44:07 -0000	1.1
+++ sources	9 Jul 2007 23:22:19 -0000	1.2
@@ -0,0 +1 @@
+96fafb55f86be27490957b89dea7b31b  ltm-0.41.tar.bz2




More information about the fedora-extras-commits mailing list