]> git.ipfire.org Git - people/ms/rstp.git/blobdiff - Makefile
Merge remote-tracking branch 'upstream/master'
[people/ms/rstp.git] / Makefile
index c65dd39c2ffbba73c540d76931bda99536926c1f..f672a452025f73b1f7e6aa8f8ccd1d9c79fa0c6a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ CTLSOURCES = ctl_main.c ctl_cli_wrap.c ctl_socket_client.c
 CTLOBJECTS = $(CTLSOURCES:.c=.o)
 
 CC=gcc
-CFLAGS = -Wall -Werror -O2 -g -D_REENTRANT -D__LINUX__ -DVERSION=$(version) -DBUILD=$(build) -I. -I./include
+CFLAGS = -Wall -Werror -fno-strict-aliasing -O2 -g -D_REENTRANT -D__LINUX__ \
+       -DVERSION=$(version) -DBUILD=$(build) -I. -I./include -I./rstplib
 
 all: rstpd rstpctl