rpms/inn/devel inn-2.4.5-dynlib.patch,NONE,1.1 inn.spec,1.49,1.50

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Thu Jul 10 16:22:59 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/inn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11281

Modified Files:
	inn.spec 
Added Files:
	inn-2.4.5-dynlib.patch 
Log Message:
forgot to cvs add patch

inn-2.4.5-dynlib.patch:

--- NEW FILE inn-2.4.5-dynlib.patch ---
diff -up inn-2.4.5/history/Makefile.dynlib inn-2.4.5/history/Makefile
--- inn-2.4.5/history/Makefile.dynlib	2008-07-03 19:50:04.000000000 +0200
+++ inn-2.4.5/history/Makefile	2008-07-03 19:50:50.000000000 +0200
@@ -43,7 +43,7 @@ $(FIXSCRIPT):
 
 libinnhist.la: $(OBJECTS) $(LIBSTORAGE) $(LIBINN)
 	$(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
-	    $(LIBSTORAGE) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS) \
+	    $(LIBSTORAGE) $(LIBINN) $(EXTSTORAGELIBS)  -L../lib/.libs -L../storage/.libs ${LIBS} \
 	    -rpath $(PATHLIB) -version-info 2:0:0
 
 libinnhist.a: $(OBJECTS)
diff -up inn-2.4.5/storage/Makefile.dynlib inn-2.4.5/storage/Makefile
--- inn-2.4.5/storage/Makefile.dynlib	2008-07-03 19:52:48.000000000 +0200
+++ inn-2.4.5/storage/Makefile	2008-07-03 19:42:34.000000000 +0200
@@ -47,7 +47,7 @@ $(FIXSCRIPT):
 
 libstorage.la: $(OBJECTS) $(LIBINN)
 	$(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
-	    $(LIBINN) $(EXTSTORAGELIBS) $(LIBS) \
+	    $(LIBINN) $(EXTSTORAGELIBS) -L../lib/.libs ${LIBS} \
 	    -rpath $(PATHLIB) -version-info 2:0:0
 
 libstorage.a: $(OBJECTS)


Index: inn.spec
===================================================================
RCS file: /cvs/extras/rpms/inn/devel/inn.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- inn.spec	10 Jul 2008 16:16:42 -0000	1.49
+++ inn.spec	10 Jul 2008 16:22:01 -0000	1.50
@@ -194,7 +194,7 @@
 #Build filelist
 rm -rf $RPM_BUILD_ROOT/usr/lib/news/include
 echo "%defattr(-,news,news)" > files.list
-find $RPM_BUILD_ROOT -type f -or -type l| \
+find $RPM_BUILD_ROOT -type f -or -type l | \
   sed -e "s|$RPM_BUILD_ROOT||g" | \
   sed 's|^/etc/cron|%config(noreplace) %attr(-,root,root) &|' | \
   sed 's|^/etc/rc.d|%config(noreplace) %attr(-,root,root) &|' | \




More information about the scm-commits mailing list