build: split CFLAGS_DEF and always add CFLAGS_MIN
commit0be5b43c75613e803e6cc43dc8fabdcd90e6d166
authorDaniel Borkmann <dborkman@redhat.com>
Fri, 2 Aug 2013 10:56:47 +0000 (2 12:56 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Fri, 2 Aug 2013 10:56:47 +0000 (2 12:56 +0200)
treec939849ed4b28cc9fa8f54098368c564e64316f8
parenta225505ea3fd319db87f0828ead3a653f020c4bf
build: split CFLAGS_DEF and always add CFLAGS_MIN

Currently, when doing a custom "make CFLAGS=...", we run into a compile
error as several necessary defines are not set. Therefore, use override
to always set those.

Reported-by: Marco Belmonte <mbelmonte@globalmedia.com>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Makefile