4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 808a478 was
808a478,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
Ported to OpenBSD
Changes were mostly with header changes, although openbsd's pcap doesn't have pcap_open_dead, so we provide our own. To this end, I fixed the libreplace shit that wasn't working at all well, and ended up putting strndup.c and pcap_open_dead.c into lib/, and adding @LTLIBOBJS@ to the libtrace source file line. Seems to work fine now!
|
-
Property mode set to
100644
|
File size:
448 bytes
|
Line | |
---|
1 | lib_LTLIBRARIES = libtrace.la |
---|
2 | include_HEADERS = libtrace.h dagformat.h wag.h |
---|
3 | #if HAVE_DAG |
---|
4 | #libtrace_la_SOURCES = trace.c fifo.c fifo.h common.h dagapi.c dagopts.c |
---|
5 | #else |
---|
6 | libtrace_la_SOURCES = trace.c fifo.c fifo.h common.h |
---|
7 | #endif |
---|
8 | libtrace_la_CFLAGS = @ADD_INCLS@ |
---|
9 | libtrace_la_LIBADD = @ADD_LIBS@ @LTLIBOBJS@ |
---|
10 | libtrace_la_LDFLAGS=-version-info 2:16:0 @ADD_LDFLAGS@ |
---|
11 | |
---|
12 | dagapi.c: |
---|
13 | cp @DAG_TOOLS_DIR@/dagapi.c . |
---|
14 | |
---|
15 | dagopts.c: |
---|
16 | cp @DAG_TOOLS_DIR@/dagopts.c . |
---|
Note: See
TracBrowser
for help on using the repository browser.