Skip to content

Commit

Permalink
spec: use -D_FILE_OFFSET_BITS=64
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Sep 6, 2019
1 parent 46eb664 commit 082a29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/obs-signd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 082a29c

Please sign in to comment.