Skip to content

Commit acd37fc

Browse files
committed
Fix denki build options, we not need math.h
1 parent d9089fc commit acd37fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pmdas/denki/GNUmakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ PMDAADMDIR = $(PCP_PMDASADM_DIR)/$(IAM)
2525
PMDATMPDIR = $(PCP_PMDAS_DIR)/$(IAM)
2626

2727
LLDLIBS = $(PCP_PMDALIB)
28+
LLDLIBS += $(LIB_FOR_MATH)
2829
LCFLAGS = $(INVISIBILITY)
2930

3031
CFILES = denki.c

0 commit comments

Comments
 (0)