mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add -static to CFLAGS to unbreak the tests by using a libc.a with
the xlocale private symbols exposed which aren't exposed publicly via the DSO PR: 191354 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
3a757adfa8
commit
1385475525
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
PATHS= ${.CURDIR}/.. ${.CURDIR}/../../locale ${.CURDIR}/../../../../include
|
||||
.PATH: ${PATHS}
|
||||
|
||||
CFLAGS+= -DPOSIX_MISTAKE -DREDEBUG $(REGCFLAGS)
|
||||
CFLAGS+= -static -DPOSIX_MISTAKE -DREDEBUG $(REGCFLAGS)
|
||||
.for incpath in ${PATHS}
|
||||
CFLAGS+= -I${incpath}
|
||||
.endfor
|
||||
|
|
|
|||
Loading…
Reference in a new issue