Bug#708375: dpkg-buildflags should provides JFLAGS

2013-05-15 Thread Guillem Jover
Control: severity -1 wishlist Control: tags -1 - patch Hi! On Wed, 2013-05-15 at 14:30:08 +0200, Mathieu Malaterre wrote: > Package: dpkg-dev > Version: 1.16.9~bpo60+1 > Severity: normal > Tags: patch > > Currently it is not possible to retrieve hardening flags when doing gcj > compilation (eg.

Bug#708375: dpkg-buildflags should provides JFLAGS

2013-05-15 Thread Mathieu Malaterre
Package: dpkg-dev Version: 1.16.9~bpo60+1 Severity: normal Tags: patch Currently it is not possible to retrieve hardening flags when doing gcj compilation (eg. dh_nativejava call). Instead one has to do: # hardening CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) LDFLAGS:=$(shell dpkg-buildflags