packages/net/snort/patches/002-fix_include.patch

15 lines
333 B
Diff
Raw Normal View History

--- a/configure.in
+++ b/configure.in
@@ -67,6 +67,11 @@ case "$host" in
AC_DEFINE([SUNOS],[1],[Define if SunOS])
sunos4="yes"
;;
+ *-openwrt*)
+ linux="yes"
+ AC_DEFINE([LINUX],[1],[Define if Linux])
+ AC_SUBST(extra_incl)
+ ;;
*-linux*)
linux="yes"
AC_DEFINE([LINUX],[1],[Define if Linux])