From: Arkadiusz Miśkiewicz Date: Sat, 16 Feb 2013 21:01:12 +0000 (+0100) Subject: - drop AM_C_PROTOTYPES (no longer supported by automake) X-Git-Tag: auto/th/tinyproxy-1.8.3-1~2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=9b9b770cf95f333daf37ba594ee83c296dd157a1;p=packages%2Ftinyproxy.git - drop AM_C_PROTOTYPES (no longer supported by automake) --- diff --git a/tinyproxy-ac.patch b/tinyproxy-ac.patch new file mode 100644 index 0000000..49aac80 --- /dev/null +++ b/tinyproxy-ac.patch @@ -0,0 +1,10 @@ +--- tinyproxy-1.7.0/configure.ac~ 2004-01-26 19:56:25.000000000 +0100 ++++ tinyproxy-1.7.0/configure.ac 2013-02-16 21:59:52.717464837 +0100 +@@ -229,7 +229,6 @@ + dnl + dnl Checks for types + dnl +-AM_C_PROTOTYPES + AC_C_CONST + AC_C_INLINE + AC_TYPE_SIZE_T diff --git a/tinyproxy.spec b/tinyproxy.spec index 83dd3d0..6488635 100644 --- a/tinyproxy.spec +++ b/tinyproxy.spec @@ -12,6 +12,7 @@ Source0: http://dl.sourceforge.net/tinyproxy/%{name}-%{version}.tar.gz # Source0-md5: ccacdd9cb093202886b6c7c9e453a804 Source1: %{name}.init Patch0: %{name}-config.patch +Patch1: %{name}-ac.patch URL: http://tinyproxy.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -32,6 +33,7 @@ przydatny w małych sieciach lokalnych. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize}