From a06ed1c04f84a5ee864c890f05c30283aea486a9 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 22 May 2020 15:25:14 -0400 Subject: Pass -ffile-prefix-map during the build Abseil uses __FILE__ in error messages. Ensure that that macro expands to the same value on every builder by passing -ffile-prefix-map to GCC. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ed4e354a..c6c94e3c 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations under # the License. -export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow +export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow reproducible=+fixfilepath %: dh $@ -- cgit v1.2.3