mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Unbreak "make checkdpadd".
This commit is contained in:
parent
2fd339446d
commit
dfebdcdf7c
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ CFLAGS+=-fno-builtin
|
|||
CFLAGS+=-D_LOCK_DEBUG
|
||||
#CFLAGS+= -g
|
||||
|
||||
LDADD+= -Wl,--version-script=${.CURDIR}/pthread.map
|
||||
LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map
|
||||
|
||||
# enable extra internal consistancy checks
|
||||
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ CFLAGS+=-fno-builtin
|
|||
CFLAGS+=-D_LOCK_DEBUG
|
||||
#CFLAGS+= -g
|
||||
|
||||
LDADD+= -Wl,--version-script=${.CURDIR}/pthread.map
|
||||
LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map
|
||||
|
||||
# enable extra internal consistancy checks
|
||||
CFLAGS+=-D_PTHREADS_INVARIANTS -Wall
|
||||
|
|
|
|||
Loading…
Reference in a new issue