]> git.pld-linux.org Git - packages/dictd.git/commitdiff
- killed subshell, added ac253 fix, refresh config.* (athlon-ready now) dictd-1_8_0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Sep 2002 22:38:38 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    dictd-ac253.patch -> 1.1
    dictd.spec -> 1.27

dictd-ac253.patch [new file with mode: 0644]
dictd.spec

diff --git a/dictd-ac253.patch b/dictd-ac253.patch
new file mode 100644 (file)
index 0000000..c6d6f28
--- /dev/null
@@ -0,0 +1,11 @@
+--- dictd-1.8.0/libmaa/configure.in.orig       Tue Sep 17 21:51:58 2002
++++ dictd-1.8.0/libmaa/configure.in    Tue Sep 17 21:52:30 2002
+@@ -217,7 +217,7 @@
+ fi
+ if test "$needs_xmalloc" = 1; then
+-    LIBOBJS="$LIBOBJS xmalloc.o"
++    AC_LIBOBJ([xmalloc])
+ fi
+ echo .
index a59d16865703a75059bce590dc40908d3ae278ee..200dd8ce1ce9e53cfb778edc578ac2121296938a 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Dictionary database server
 Summary(pl):   Serwer bazy s³owników
 Name:          dictd
 Version:       1.8.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Daemons
 Source0:       ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz
@@ -11,6 +11,7 @@ Source2:      %{name}.sysconfig
 Patch0:                %{name}-no_libnsl.patch
 Patch1:                %{name}-opt.patch
 Patch2:                %{name}-smp.patch
+Patch3:                %{name}-ac253.patch
 URL:           http://www.dict.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -73,11 +74,17 @@ dane do pseudo-swobodnego dost
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
-aclocal
+cp -f /usr/share/automake/config.* .
+%{__aclocal}
 %{__autoconf}
-(cd libmaa; aclocal; autoconf)
+cd libmaa
+cp -f /usr/share/automake/config.* .
+%{__aclocal}
+%{__autoconf}
+cd ..
 CFLAGS="%{rpmcflags} -DUID_NOBODY=99 -DGID_NOBODY=99"
 %configure
 
This page took 0.075527 seconds and 4 git commands to generate.