mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
libdtrace: Explicitly set SHLIBDIR and SHLIB_MAJOR
They were previously being defined by cddl/lib/Makefile.inc, and as of commit4ae6991228were being overridden by defaults in bsd.own.mk, which changed SHLIBDIR to /usr/lib. Reported by: Domagoj Stolfa <ds815@cam.ac.uk> Fixes:4ae6991228("dtrace: Add WITH_DTRACE_ASAN")
This commit is contained in:
parent
d0e4e53ebd
commit
848ff9bc1b
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
PACKAGE= dtrace
|
PACKAGE= dtrace
|
||||||
LIB= dtrace
|
LIB= dtrace
|
||||||
|
|
||||||
|
SHLIBDIR= /lib
|
||||||
|
SHLIB_MAJOR= 2
|
||||||
|
|
||||||
SRCS= dt_aggregate.c \
|
SRCS= dt_aggregate.c \
|
||||||
dt_as.c \
|
dt_as.c \
|
||||||
dt_buf.c \
|
dt_buf.c \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue