Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | --- a/Makefile.in |
2 | +++ b/Makefile.in | ||||
3 | @@ -46,7 +46,7 @@ | ||||
4 | # where necessary. | ||||
5 | CPPFLAGS = @CPPFLAGS@ -I$(srcdir)/include -I$(srcdir)/util_lib/include \ | ||||
6 | -Iinclude/ | ||||
7 | -CFLAGS = @CFLAGS@ -fno-strict-aliasing -Wall -Wstrict-prototypes | ||||
8 | +CFLAGS = @CFLAGS@ -static -fno-strict-aliasing -Wall -Wstrict-prototypes | ||||
9 | PURGATORY_EXTRA_CFLAGS = @PURGATORY_EXTRA_CFLAGS@ | ||||
10 | ASFLAGS = @ASFLAGS@ | ||||
11 | LDFLAGS = @LDFLAGS@ |