From: Arkadiusz Miƛkiewicz Date: Sat, 11 Aug 2018 11:11:39 +0000 (+0200) Subject: _GNU_SOURCE for off64_t X-Git-Tag: auto/th/poldek-0.32.2-9~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fpoldek.git;a=commitdiff_plain;h=62cdc7997a1a944ddc613821e2195c08f41506f1 _GNU_SOURCE for off64_t --- diff --git a/poldek.spec b/poldek.spec index d911331..52bed99 100644 --- a/poldek.spec +++ b/poldek.spec @@ -262,7 +262,7 @@ cd ../trurlib %{__automake} cd .. -CPPFLAGS="%{rpmcppflags} -std=gnu99 -fgnu89-inline" +CPPFLAGS="%{rpmcppflags} -std=gnu99 -fgnu89-inline -D_GNU_SOURCE=1" %configure \ %{?with_static:--enable-static --disable-shared} \ %{!?with_imode:--disable-imode} \