Control: tags -1 + moreinfo On Thu, 2012-07-19 at 22:31 +0900, Tatsuya Kinoshita wrote: > Please unblock dbskkd-cdb/1:2.00-5 to enable hardening flags for wheezy. > > Changes: > > * debian/rules: Use dpkg-buildflags to support hardening flags
> -CFLAGS := -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2) > +export DEB_BUILD_MAINT_OPTIONS = hardening=+all > +dpkg_buildflags = DEB_BUILD_MAINT_OPTIONS=$(DEB_BUILD_MAINT_OPTIONS) > dpkg-buildflags > +CFLAGS=$(shell $(dpkg_buildflags) --get CFLAGS) That seems to lose -Wall? Regards, Adam -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

