packages: ncpfs/ncpfs.spec - simple hack for undefined AM_ICONV macro
sparky
sparky at pld-linux.org
Fri Jan 7 00:44:37 CET 2011
Author: sparky Date: Thu Jan 6 23:44:37 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- simple hack for undefined AM_ICONV macro
---- Files affected:
packages/ncpfs:
ncpfs.spec (1.84 -> 1.85)
---- Diffs:
================================================================
Index: packages/ncpfs/ncpfs.spec
diff -u packages/ncpfs/ncpfs.spec:1.84 packages/ncpfs/ncpfs.spec:1.85
--- packages/ncpfs/ncpfs.spec:1.84 Tue Nov 27 23:16:39 2007
+++ packages/ncpfs/ncpfs.spec Fri Jan 7 00:44:32 2011
@@ -109,6 +109,7 @@
BuildRequires: libtool
BuildRequires: pam-devel
%{?with_php:BuildRequires: php-devel}
+BuildRequires: sed >= 4.0
#Requires: iconv
%{?with_ipx:Requires: ipxutils = %{epoch}:%{version}-%{release}}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -388,6 +389,8 @@
%patch23 -p1
%patch1006 -p0
+sed '/AM_ICONV/a\ :' -i configure.ac
+
%build
cd contrib/php
%{__libtoolize}
@@ -499,6 +502,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.85 2011/01/06 23:44:32 sparky
+- simple hack for undefined AM_ICONV macro
+
Revision 1.84 2007/11/27 22:16:39 shadzik
- adapterized
@@ -798,8 +804,3 @@
Revision 1.3 1999/07/12 23:06:11 kloczek
- added using CVS keywords in %changelog (for automating them).
-* Fri Jul 2 1999 Wojciech "Sas" Cięciwa <cieciwa at alpha.zarz.agh.edu.pl>
- [2.2.0.16-1]
-- updatted to last version,
-- added pam support,
-- build RPM based on sppec from PLD (ver. 2.2.0-1d).
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ncpfs/ncpfs.spec?r1=1.84&r2=1.85&f=u
More information about the pld-cvs-commit
mailing list