tag 672310 - patch kthxbye On Sun, May 20, 2012 at 02:58:28PM +0200, Simon Ruderich wrote:
> The following _and_ the attached patch fixes the issue. No, this makes no sense. > Description: Use build flags from environment (dpkg-buildflags). > Necessary for hardening flags. > example$(EXE): example.o $(STATICLIB) > - $(CC) $(CFLAGS) -o $@ example.o $(TEST_LDFLAGS) > + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ example.o $(TEST_LDFLAGS) Why on earth are you patching Makefile.in for this? There's already a perfectly good way of configuring all this stuff provided upstream which you're just ignoring here for no reason. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org