mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
gasp(1) isn't linked with -lgnuregex, and it doesn't need <gnu/regex.h>
either. Reviewed by: obrien
This commit is contained in:
parent
f0ea4612ef
commit
51a23805f8
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ WARNS?= 2
|
|||
CFLAGS+= -DBFD_ASSEMBLER
|
||||
CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
CFLAGS+= -I${DESTDIR}/usr/include/gnu
|
||||
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
|
||||
DPADD= ${RELTOP}/libiberty/libiberty.a
|
||||
LDADD= ${DPADD}
|
||||
|
|
|
|||
Loading…
Reference in a new issue