From 082a29cb0de0f62de1da75b3f0a7d4639c96cef4 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Fri, 6 Sep 2019 14:35:16 +0200 Subject: [PATCH] spec: use -D_FILE_OFFSET_BITS=64 --- dist/obs-signd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/obs-signd.spec b/dist/obs-signd.spec index fda876d..ddd0649 100644 --- a/dist/obs-signd.spec +++ b/dist/obs-signd.spec @@ -55,7 +55,7 @@ to avoid the need to host the private key on the same server. %setup -n obs-sign-%version %build -make CFLAGS="$RPM_OPT_FLAGS -fpie" LDFLAGS="-pie" +make CFLAGS="$RPM_OPT_FLAGS -fpie -D_FILE_OFFSET_BITS=64" LDFLAGS="-pie" %check make test