]> git.pld-linux.org Git - packages/createrepo_c.git/commitdiff
- pass _GNU_SOURCE for off64_t auto/th/createrepo_c-0.10.0-4
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 23 Sep 2018 15:02:34 +0000 (17:02 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sun, 23 Sep 2018 15:02:44 +0000 (17:02 +0200)
- release 4

createrepo_c.spec

index d84445137b189b3c0f5d27d1e3c8001d82db275f..98bf0cf51d7b8c60b9960e09b5fabf4eb84df925 100644 (file)
@@ -10,7 +10,7 @@ Summary:      Creates a common metadata repository
 Summary(pl.UTF-8):     Tworzenie wspólnego repozytorium metadanych
 Name:          createrepo_c
 Version:       0.10.0
-Release:       3
+Release:       4
 License:       GPL v2+
 Group:         Applications/System
 #Source0Download: https://github.com/rpm-software-management/createrepo_c/releases
@@ -155,6 +155,7 @@ mergerepo_c, modifyrepo_c).
 install -d build %{?with_python3:build-py3}
 
 cd build
+CFLAGS="%{rpmcflags} -D_GNU_SOURCE=1"
 %cmake .. \
        -DBASHCOMP_DIR=%{bash_compdir}
 
This page took 0.996593 seconds and 4 git commands to generate.