We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa7207 commit b097492Copy full SHA for b097492
1 file changed
src/thrift/Makefile
@@ -20,7 +20,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
20
dpkg-source -x thrift_$(THRIFT_VERSION_FULL).dsc
21
pushd thrift-$(THRIFT_VERSION)
22
patch -p1 < ../patch/THRIFT-3577-assertion-failed.patch
23
- dpkg-buildpackage -d -rfakeroot -b -us -uc
+ DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -d -rfakeroot -b -us -uc
24
popd
25
26
mv $(DERIVED_TARGETS) $* $(DEST)/
0 commit comments