mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
If 'WITH_BSDAR' is defined, install as gnu-<util_name>.
This commit is contained in:
parent
a72d00742b
commit
fcc69fd9f7
2 changed files with 10 additions and 0 deletions
|
|
@ -4,7 +4,12 @@
|
|||
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
.if defined(WITH_BSDAR)
|
||||
PROG= gnu-ar
|
||||
#MAN= gnu-ar.1
|
||||
.else
|
||||
PROG= ar
|
||||
.endif
|
||||
SRCS= ar.c not-ranlib.c
|
||||
CFLAGS+= -D_GNU_SOURCE
|
||||
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils
|
||||
|
|
|
|||
|
|
@ -4,7 +4,12 @@
|
|||
|
||||
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
|
||||
|
||||
.if defined(WITH_BSDAR)
|
||||
PROG= gnu-ranlib
|
||||
#MAN= gnu-ranlib.1
|
||||
.else
|
||||
PROG= ranlib
|
||||
.endif
|
||||
SRCS= ar.c is-ranlib.c
|
||||
CFLAGS+= -D_GNU_SOURCE
|
||||
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils
|
||||
|
|
|
|||
Loading…
Reference in a new issue