oracle / dtrace-utils

DTrace-utils contains the DTrace port to Linux
Other
133 stars 19 forks source link

dtrace.pc has unsubstituted `@LIBDIR@` #104

Open thesamesam opened 3 weeks ago

thesamesam commented 3 weeks ago

dtrace.pc has the wrong value for libdir:

$ cat /usr/share/pkgconfig/dtrace.pc
includedir = /usr/include
libdir = @LIBDIR@
dtrace = /usr/sbin/dtrace

Name: DTrace
Description: DTrace consumer headers
Version: 2.0.1
Cflags: -I${includedir}
Libs: -L${libdir} -ldtrace

Looks like uts/Build is missing a sed for @LIBDIR@.