mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
libdtrace: Explicitly set SHLIBDIR and SHLIB_MAJOR
They were previously being defined by cddl/lib/Makefile.inc, and as of commit4ae6991228
were 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
@ -7,6 +7,10 @@
|
||||
|
||||
PACKAGE= dtrace
|
||||
LIB= dtrace
|
||||
|
||||
SHLIBDIR= /lib
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
SRCS= dt_aggregate.c \
|
||||
dt_as.c \
|
||||
dt_buf.c \
|
||||
|
Loading…
Reference in New Issue
Block a user