fix the compile error for Ubuntu 17.04(Zesty)

This commit is contained in:
Lee Sukchan 2017-09-29 12:55:12 +00:00
parent 22ec19066b
commit 7a28df160a
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ libipfw_la_SOURCES = \
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/ipfw/objs/include_e \
-include glue.h \
-D_BSD_SOURCE -DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 \
-D_DEFAULT_SOURCE -D_BSD_SOURCE \
-DUSERSPACE -D__BSD_VISIBLE -DNEED_STRTONUM -DNEED_ROUNDUP2 \
@IPFW_CPPFLAGS@
AM_CFLAGS = \