From: gregor herrmann Date: Mon, 20 Oct 2014 16:26:22 +0000 (+0200) Subject: Set SEREAL_USE_BUNDLED_LIBS=1 in debian/rules. X-Git-Tag: archive/raspbian/4.017+ds-1+rpi1~1^2~101 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f756254fe24bb736a1ac21110361ed93cc0566ad;p=libsereal-encoder-perl.git Set SEREAL_USE_BUNDLED_LIBS=1 in debian/rules. --- diff --git a/debian/rules b/debian/rules index 2b59e0b..7a5db4e 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,8 @@ %: dh $@ +override_dh_auto_configure: + SEREAL_USE_BUNDLED_LIBS=1 dh_auto_configure + override_dh_auto_test: dh_auto_test -- TEST_VERBOSE=1