Codebase list pnm2ppa / 27cb0f3
Use the correct syntax to append to CFLAGS Didier Raboud 10 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no")
33
4 CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
5 CFLAGS += -DLANG_ENG -Wall
4 export DEB_CFLAGS_MAINT_APPEND += -DLANG_ENG -Wall
65
76 %:
87 dh $@ --parallel --builddirectory=build/ --with autotools_dev,autoreconf