Skip to content

Commit

Permalink
packcc: add EXTRA_CFLAGS to packcc_CFLAGS
Browse files Browse the repository at this point in the history
This allows building with old compilers that don't have C99+ as default
standard.
  • Loading branch information
julianaito committed Nov 9, 2019
1 parent be621ae commit ec55ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ noinst_PROGRAMS += packcc
noinst_PROGRAMS += mini-geany

packcc_CPPFLAGS =
packcc_CFLAGS =
packcc_CFLAGS =
packcc_CFLAGS += $(EXTRA_CFLAGS)
dist_packcc_SOURCES = $(PACKCC_SRCS)

if HAVE_STRNLEN
Expand Down

0 comments on commit ec55ffa

Please sign in to comment.