]> git.pld-linux.org Git - packages/inn.git/commitdiff
- added link patch to link libstorage with libinn and db
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Jan 2003 13:23:47 +0000 (13:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inn-link.patch -> 1.1
    inn.spec -> 1.122

inn-link.patch [new file with mode: 0644]
inn.spec

diff --git a/inn-link.patch b/inn-link.patch
new file mode 100644 (file)
index 0000000..0d13f6a
--- /dev/null
@@ -0,0 +1,11 @@
+--- inn-2.3.3/storage/Makefile.orig    Mon May  6 08:02:07 2002
++++ inn-2.3.3/storage/Makefile Sun Jan  5 12:18:53 2003
+@@ -38,7 +38,7 @@
+ libstorage.la:        $(P) $(OBJECTS) $(LOBJECTS) $(LSM_OBJECTS) $(LOV_OBJECTS)
+       $(LIBCC) $(LDFLAGS) -o libstorage.la $(LOBJECTS) $(LSM_OBJECTS) $(LOV_OBJECTS) \
+-              -rpath $(PATHLIB) -version-info 2:0:0
++              $(EXTSTORAGELIBS) ../lib/libinn.la -rpath $(PATHLIB) -version-info 2:0:0
+ libstorage.a:         $(P) $(OBJECTS) $(SM_OBJECTS) $(OV_OBJECTS)
+       ar r $@ $(OBJECTS) $(SM_OBJECTS) $(OV_OBJECTS)
index d7be3fa16ec3bf56c4a1f2532f9f05e9bdf61539..4be43aad39690e87371b77d21590d7ea9519792a 100644 (file)
--- a/inn.spec
+++ b/inn.spec
@@ -36,12 +36,13 @@ Patch7:             %{name}-ac25x.patch
 Patch8:                %{name}-ac253.patch
 Patch9:                %{name}-db4.patch
 Patch10:       %{name}-nolibs.patch
+Patch11:       %{name}-link.patch
 URL:           http://www.isc.org/inn.html
 BuildRequires: autoconf
 BuildRequires: bison
 BuildRequires: db-devel
 BuildRequires: flex
-BuildRequires: libtool
+BuildRequires: libtool >= 1:1.4.2-9
 BuildRequires: openssl-devel >= 0.9.6a
 BuildRequires: perl-devel >= 5.6.1
 PreReq:                %{name}-libs = %{version}
@@ -250,6 +251,7 @@ sunucuya makaleyi yollar.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 touch innfeed/*.[ly]
This page took 0.09023 seconds and 4 git commands to generate.