mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make this actually build with current sources.
This commit is contained in:
parent
882f32c169
commit
db6b5f91cf
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ SRCS+= gasp.c macro.c sb.c hash.c
|
|||
CFLAGS+= -I${SRCDIR}
|
||||
CFLAGS+= -I${SRCDIR}/gas
|
||||
CFLAGS+= -I${SRCDIR}/gas/config
|
||||
CFLAGS+= -I${.CURDIR}/../as/as_${MACHINE_ARCH}
|
||||
CFLAGS+= -I${.CURDIR}/../as/${MACHINE_ARCH}-freebsd
|
||||
CFLAGS+= -DBFD_ASSEMBLER
|
||||
LDADD+= -L${RELTOP}/libiberty -liberty
|
||||
DPADD+= ${RELTOP}/libiberty/libiberty.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue