|
|
@ -2,6 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../kismet/kismet.conf |
|
|
|
# Filename: package/.../kismet/kismet.conf |
|
|
|
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
|
# |
|
|
@ -15,6 +16,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
var_append confopt " " "--enable-syspcap" |
|
|
|
var_append confopt " " "--enable-syspcap" |
|
|
|
|
|
|
|
|
|
|
|
hook_add preconf 3 "autoheader; autoconf;" |
|
|
|
hook_add preconf 9 "autoreconf -v" |
|
|
|
hook_add postmake 5 "cp -fv conf/*.conf $root/$sysconfdir" |
|
|
|
hook_add postmake 5 "cp -fv conf/*.conf $root/$sysconfdir" |
|
|
|
|
|
|
|
|
|
|
|