]> git.pld-linux.org Git - packages/poldek.git/commitdiff
_GNU_SOURCE for off64_t
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 11 Aug 2018 11:11:39 +0000 (13:11 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 11 Aug 2018 11:11:39 +0000 (13:11 +0200)
poldek.spec

index d91133106cf3085b5b65fbc2b2d823df2abc8781..52bed994c3b02401fd64e2361ca7e8e2dcf853b9 100644 (file)
@@ -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} \
This page took 0.16985 seconds and 4 git commands to generate.