]> git.pld-linux.org Git - packages/ulogd.git/commitdiff
- rel 6; enable largefile when needed
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 23 Aug 2011 06:34:27 +0000 (06:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ulogd-largefile.patch -> 1.1
    ulogd.spec -> 1.51

ulogd-largefile.patch [new file with mode: 0644]
ulogd.spec

diff --git a/ulogd-largefile.patch b/ulogd-largefile.patch
new file mode 100644 (file)
index 0000000..f0bdc75
--- /dev/null
@@ -0,0 +1,11 @@
+--- ulogd-1.24/configure.in~   2011-08-23 08:31:24.000000000 +0200
++++ ulogd-1.24/configure.in    2011-08-23 08:32:29.356356832 +0200
+@@ -21,6 +21,8 @@
+ AC_TYPE_SIZE_T
+ AC_STRUCT_TM
++AC_SYS_LARGEFILE
++
+ dnl Checks for library functions.
+ AC_FUNC_VPRINTF
+ AC_CHECK_FUNCS(socket strerror)
index dfa1ac9f7924ce5579d7c9769e167551812e8771..b6f0c173702d24b66319dd1f6dd7247df34ef5d7 100644 (file)
@@ -2,7 +2,7 @@ Summary:        ULOGD - the Userspace Logging Daemon for iptables
 Summary(pl.UTF-8):     Demon logujący w trybie użytkownika dla iptables
 Name:          ulogd
 Version:       1.24
-Release:       5
+Release:       6
 License:       GPL
 Group:         Networking/Daemons
 Source0:       ftp://ftp.netfilter.org/pub/ulogd/%{name}-%{version}.tar.bz2
@@ -13,6 +13,7 @@ Source3:      %{name}.logrotate
 Patch0:                %{name}-includes.patch
 Patch1:                %{name}-mysql.patch
 Patch2:                %{name}-BASE.patch
+Patch3:                %{name}-largefile.patch
 URL:           http://netfilter.org/projects/ulogd/
 BuildRequires: autoconf
 BuildRequires: libpcap-devel
@@ -83,12 +84,14 @@ Wtyczka SQLite dla ulogd.
 %patch0 -p1
 %patch1 -p0
 %patch2 -p0
+%patch3 -p1
 
 %build
 %if "%{_lib}" != "lib"
 sed -e 's@lib/@%{_lib}/@g' -i configure.in
 %endif
 
+%{__aclocal}
 %{__autoconf}
 %configure \
        --with-mysql \
This page took 0.87197 seconds and 4 git commands to generate.