You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2018/06/21 05:12:30 UTC

[GitHub] kou closed pull request #27: [deb] Stop to use -Wdate-time

kou closed pull request #27: [deb] Stop to use -Wdate-time
URL: https://github.com/apache/arrow-dist/pull/27
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/cpp-linux/debian.ubuntu-trusty/rules b/cpp-linux/debian.ubuntu-trusty/rules
index 783b7a7..d827f76 100755
--- a/cpp-linux/debian.ubuntu-trusty/rules
+++ b/cpp-linux/debian.ubuntu-trusty/rules
@@ -6,6 +6,9 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
+# FlatBuffers uses __DATE__ and __TIME__ and it also uses -Werror flag.
+export DEB_BUILD_MAINT_OPTIONS=reproducible=-timeless
+
 BUILD_TYPE=release
 
 %:
diff --git a/cpp-linux/debian/rules b/cpp-linux/debian/rules
index 5a3c0a3..1d90638 100755
--- a/cpp-linux/debian/rules
+++ b/cpp-linux/debian/rules
@@ -6,6 +6,9 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
+# FlatBuffers uses __DATE__ and __TIME__ and it also uses -Werror flag.
+export DEB_BUILD_MAINT_OPTIONS=reproducible=-timeless
+
 BUILD_TYPE=release
 
 %:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services