]> git.pld-linux.org Git - packages/dnsmasq.git/commitdiff
- -D_GNU_SOURCE
authorareq <areq@pld-linux.org>
Fri, 2 May 2008 11:54:05 +0000 (11:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dnsmasq.spec -> 1.70

dnsmasq.spec

index 3b29d3c76bb2a7725c561cf452b252926d716b4b..d09dce3615be1dcc837ad7d2a4570f600116b1db 100644 (file)
@@ -57,7 +57,7 @@ małe wykorzystanie zasobów i łatwa konfiguracja.
 %build
 %{__make} all-i18n \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} -DHAVE_ISC_READER" \
+       CFLAGS="%{rpmcflags} -DHAVE_ISC_READER -D_GNU_SOURCE" \
        PREFIX=%{_prefix}
 
 %install
@@ -102,3 +102,4 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/portforward
 %{_mandir}/man8/*
 %lang(es) %{_mandir}/es/man8/* 
+%lang(fr) %{_mandir}/fr/man8/* 
This page took 0.115405 seconds and 4 git commands to generate.