rpms/stxxl/F-9 import.log, NONE, 1.1 stxxl-build-shared-makefile.patch, NONE, 1.1 stxxl-build-shared.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel Haley mycae at fedoraproject.org
Thu Jun 4 13:27:26 UTC 2009


Author: mycae

Update of /cvs/pkgs/rpms/stxxl/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5890/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log stxxl-build-shared-makefile.patch 
	stxxl-build-shared.patch 
Log Message:
Bug 474787 F-9 import for stxxl



--- NEW FILE import.log ---
stxxl-1_2_1-8_fc10:F-9:stxxl-1.2.1-8.fc10.src.rpm:1244122072

stxxl-build-shared-makefile.patch:

--- NEW FILE stxxl-build-shared-makefile.patch ---
--- ./lib/Makefile	2008-08-07 03:06:08.000000000 +1000
+++ ./lib/Makefile.new	2008-12-06 00:17:08.000000000 +1100
@@ -7,7 +7,7 @@
 
 lib: lib$(LIBNAME).$(LIBEXT)
 lib$(LIBNAME).$(LIBEXT): $(LIB_OBJECTS)
-	$(LIBGEN)lib$(LIBNAME).$(LIBEXT) $(LIB_OBJECTS)
+	$(LIBGEN) $(LIB_OBJECTS)
 
 clean:
 	$(RM) lib$(LIBNAME).$(LIBEXT)

stxxl-build-shared.patch:

--- NEW FILE stxxl-build-shared.patch ---
--- make.settings.gnu	2008-08-12 07:29:48.000000000 +1000
+++ make.settings.gnu.new	2008-12-05 23:53:52.000000000 +1100
@@ -301,10 +301,10 @@
 DEPEXT	 = $(LIBNAME).d # extension of dependency files
 OBJEXT	 = $(LIBNAME).o	# extension of object files
 IIEXT	 = $(LIBNAME).ii
-LIBEXT	 = a		# static library file extension
+LIBEXT	 = so # static library file extension
 EXEEXT	 = $(LIBNAME).bin # executable file extension
 RM	 = rm -f	# remove file command
-LIBGEN	 = ar cr	# library generation
+LIBGEN	 = gcc -shared -Wl,-soname=libstxxl.so.1 -o  # library generation
 OUT	 = -o		# output file option for the compiler and linker
 
 d	?= $(strip $(DEPEXT))


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/stxxl/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Jun 2009 16:51:24 -0000	1.1
+++ .cvsignore	4 Jun 2009 13:26:55 -0000	1.2
@@ -0,0 +1 @@
+stxxl-1.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/stxxl/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Jun 2009 16:51:24 -0000	1.1
+++ sources	4 Jun 2009 13:26:55 -0000	1.2
@@ -0,0 +1 @@
+5e179b4f6b8c82f1996140fc6524e695  stxxl-1.2.1.tar.gz




More information about the fedora-extras-commits mailing list