From 21c9ebb9717ed7b157c697a57d1b6ce3225eb9d6 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 5 Apr 2011 11:23:09 +0200 Subject: Disable the old-style API, and break all packages using it --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 5428375d..0b60bf9f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,8 @@ #!/usr/bin/make -f # Should be include-links, but that somehow fails. export DEBVER=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') -export CFLAGS=-Wno-write-strings -DCOMPAT_0_7 +# For compatibility, add -DCOMPAT_0_7 +export CFLAGS=-Wno-write-strings export PATH :=$(CURDIR)/utils:$(PATH) export SHELL = env PATH=$(PATH) sh -- cgit v1.2.3