Codebase list libavc1394 / HEAD debian / rules
HEAD

Tree @HEAD (Download .tar.gz)

rules @HEADraw · history · blame

#!/usr/bin/make -f

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
	CFLAGS += -O0
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-static=no