/trunk/debian/rules |
---|
89,10 → 89,6 |
$(error Version mismatch; buildid.txt: $(VERSION), debian/changelog: $(DEBVERSION)) |
endif |
CFLAGS := $(shell dpkg-buildflags --get CFLAGS) |
CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) |
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) |
# --with-lib-path is just to stop configure from adding all the |
# standard library directories with -L as well as -R to LDFLAGS |
CFARGS=$(CFARGSEXTRA) \ |