summaryrefslogtreecommitdiff
path: root/systemv
diff options
context:
space:
mode:
Diffstat (limited to 'systemv')
-rw-r--r--systemv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemv/Makefile b/systemv/Makefile
index b5a0c8fd6..d11dc598c 100644
--- a/systemv/Makefile
+++ b/systemv/Makefile
@@ -179,7 +179,7 @@ cupsctl: cupsctl.o ../cups/$(LIBCUPS)
cupstestppd: cupstestppd.o ../cups/$(LIBCUPS)
echo Linking $@...
- $(LD_CC) $(ALL_LDFLAGS) -o $@ cupstestppd.o $(LINKCUPS)
+ $(LD_CC) $(ALL_LDFLAGS) -o $@ cupstestppd.o -lm $(LINKCUPS)
$(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
cupstestppd-static: cupstestppd.o ../cups/$(LIBCUPSSTATIC)