]> git.pld-linux.org Git - packages/gamin.git/commitdiff
- removed obsolete -ucred-headers.patch auto/th/gamin-0_1_9-3
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 13 Oct 2008 16:28:26 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass -D_GNU_SOURCE to CFLAGS (thx freetz)

Changed files:
    gamin.spec -> 1.48

gamin.spec

index 77b7c8fadd4e5c6fa641d5328a91cffe1682e341..1016b155c5765dab84b8edc87160418980f1c307 100644 (file)
@@ -8,7 +8,6 @@ Group:          Networking/Daemons
 Source0:       http://www.gnome.org/~veillard/gamin/sources/%{name}-%{version}.tar.gz
 # Source0-md5: 2d3a6a70df090ed923238e381e6c2982
 Patch0:                %{name}-inotify.patch
-Patch1:                %{name}-ucred-headers.patch
 URL:           http://www.gnome.org/~veillard/gamin/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -87,7 +86,6 @@ Moduły języka Python dla gamina.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -97,7 +95,8 @@ Moduły języka Python dla gamina.
 %{__automake}
 %configure \
        --%{?debug:en}%{!?debug:dis}able-debug
-%{__make}
+%{__make} \
+       CFLAGS="%{rpmcflags} -D_GNU_SOURCE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.096592 seconds and 4 git commands to generate.