snowball-{hdmiservice, init}: remove packages
[buildroot-gz.git] / package / axfsutils / 0001-fix-cflags.patch
blob0415d82f458b6193e19ff72b1e890055b0d950a6
1 Makefile: complement CFLAGS provided by the user
3 In some circumstances, the user may want to pass its own CFLAGS,
4 like for when the zlib headers are not located in the standard gcc
5 search paths.
7 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
9 diff -durN a/mkfs.axfs-legacy/Makefile b/mkfs.axfs-legacy/Makefile
10 --- a/mkfs.axfs-legacy/Makefile
11 +++ b/mkfs.axfs-legacy/Makefile
12 @@ -1,5 +1,5 @@
13 -INC = -I./
14 -CFLAGS = -g $(INC) -O0
15 +INC += -I./
16 +CFLAGS += -g $(INC) -O0
18 MKFSOBJS = mkfs.axfs.o