]> git.pld-linux.org Git - packages/ruby-rpm.git/commitdiff
- update CFLAGS to get off64_t defined auto/th/ruby-rpm-1.3.1-7
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 24 Mar 2020 09:49:09 +0000 (10:49 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 24 Mar 2020 09:49:27 +0000 (10:49 +0100)
- rel 7

ruby-rpm.spec

index 4c6b19dd21bba0b878e56b3b08481fec3b2e4931..87ec750a4e944995d08b562a4fd915bb5059aab0 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       An interface to access RPM database for Ruby
 Name:          ruby-%{pkgname}
 Version:       1.3.1
-Release:       6
+Release:       7
 License:       GPL v2
 Group:         Development/Languages
 Source0:       http://rubygems.org/downloads/ruby-rpm-%{version}.gem
@@ -39,7 +39,7 @@ ruby extconf.rb
        CC="%{__cc}" \
        cppflags=-I/usr/include/rpm \
        LDFLAGS="%{rpmldflags}" \
-       CFLAGS="%{rpmcflags} -fPIC"
+       CFLAGS="%{rpmcflags} -fPIC -D_GNU_SOURCE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.068598 seconds and 4 git commands to generate.