We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb545a4 commit 2085948Copy full SHA for 2085948
tools/tracing/latency/Makefile.config
@@ -3,8 +3,9 @@
3
STOP_ERROR :=
4
5
define lib_setup
6
- $(eval EXTLIBS += -l$(1))
7
$(eval LIB_INCLUDES += $(shell sh -c "$(PKG_CONFIG) --cflags lib$(1)"))
+ $(eval LDFLAGS += $(shell sh -c "$(PKG_CONFIG) --libs-only-L lib$(1)"))
8
+ $(eval EXTLIBS += $(shell sh -c "$(PKG_CONFIG) --libs-only-l lib$(1)"))
9
endef
10
11
$(call feature_check,libtraceevent)
0 commit comments