From 9b9b770cf95f333daf37ba594ee83c296dd157a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 16 Feb 2013 22:01:12 +0100 Subject: [PATCH] - drop AM_C_PROTOTYPES (no longer supported by automake) --- tinyproxy-ac.patch | 10 ++++++++++ tinyproxy.spec | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 tinyproxy-ac.patch 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} -- 2.44.0