Browse Source

* removed the [O] tag that enables IPv6 support by default from libpcap

desc file and added it to the libpcap.conf


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20211 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
06824402e1
2 changed files with 8 additions and 7 deletions
  1. +7
    -3
      base/libpcap/libpcap.conf
  2. +1
    -4
      base/libpcap/libpcap.desc

+ 7
- 3
base/libpcap/libpcap.conf

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# T2 SDE: package/.../libpcap/libpcap.conf
# Filename: package/.../libpcap/libpcap.conf
# Copyright (C) 2007 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
# #
@ -11,7 +12,10 @@
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
# enable IPv6 support by default
var_append confopt ' ' '--enable-ipv6'
hook_add postmake 5 "cp -fv pcap-int.h $root/$prefix/include/" hook_add postmake 5 "cp -fv pcap-int.h $root/$prefix/include/"

+ 1
- 4
base/libpcap/libpcap.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../libpcap/libpcap.desc [COPY] Filename: package/.../libpcap/libpcap.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY] [COPY]
@ -34,6 +34,3 @@
[P] X -----5---9 117.600 [P] X -----5---9 117.600
[D] 2921737721 libpcap-0.9.5.tar.gz http://www.tcpdump.org/release/ [D] 2921737721 libpcap-0.9.5.tar.gz http://www.tcpdump.org/release/
[O] var_append confopt ' ' '--enable-ipv6'

Loading…
Cancel
Save