]> git.pld-linux.org Git - packages/tinyproxy.git/commitdiff
- drop AM_C_PROTOTYPES (no longer supported by automake)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 Feb 2013 21:01:12 +0000 (22:01 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 Feb 2013 21:01:12 +0000 (22:01 +0100)
tinyproxy-ac.patch [new file with mode: 0644]
tinyproxy.spec

diff --git a/tinyproxy-ac.patch b/tinyproxy-ac.patch
new file mode 100644 (file)
index 0000000..49aac80
--- /dev/null
@@ -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
index 83dd3d0254967e04979cffac8275c0fb618d790d..648863505062c6dd40cfab2e28dcb058737675a6 100644 (file)
@@ -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}
This page took 0.076262 seconds and 4 git commands to generate.