mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add two public headers missing in r207842
Adjust CFLAGS for lzmainfo, xz, xzdec Approved by: delphij (mentor) MFC after: 2 weeks
This commit is contained in:
parent
81ad83880d
commit
98be819983
4 changed files with 5 additions and 6 deletions
|
|
@ -19,6 +19,8 @@ LZMAINCS+= base.h \
|
|||
container.h \
|
||||
delta.h \
|
||||
filter.h \
|
||||
hardware.h \
|
||||
index.h \
|
||||
index_hash.h \
|
||||
lzma.h \
|
||||
stream_flags.h \
|
||||
|
|
|
|||
|
|
@ -16,8 +16,7 @@ WARNS?= 3
|
|||
|
||||
CFLAGS+= -DHAVE_CONFIG_H \
|
||||
-I${LZMALIBDIR} \
|
||||
-I${XZDIR}/common \
|
||||
-I${XZDIR}/liblzma/api
|
||||
-I${XZDIR}/common
|
||||
|
||||
DPADD= ${LIBLZMA}
|
||||
LDADD= -llzma
|
||||
|
|
|
|||
|
|
@ -38,8 +38,7 @@ WARNS?= 3
|
|||
|
||||
CFLAGS+= -DHAVE_CONFIG_H \
|
||||
-I${LZMALIBDIR} \
|
||||
-I${XZDIR}/common \
|
||||
-I${XZDIR}/liblzma/api
|
||||
-I${XZDIR}/common
|
||||
|
||||
DPADD= ${LIBLZMA}
|
||||
LDADD= -llzma
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@ WARNS?= 3
|
|||
|
||||
CFLAGS+= -DHAVE_CONFIG_H \
|
||||
-I${LZMALIBDIR} \
|
||||
-I${XZDIR}/common \
|
||||
-I${XZDIR}/liblzma/api
|
||||
-I${XZDIR}/common
|
||||
|
||||
DPADD= ${LIBLZMA}
|
||||
LDADD= -llzma
|
||||
|
|
|
|||
Loading…
Reference in a new issue