You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1-lm.patch

12 lines
419 B

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -255,7 +255,7 @@
module_peep.c module_peep.h debug.h \
tcp.c tcp.h
-pbbuttonsd_LDADD = -lpbb $(INTLLIBS) $(PB_OBJECTS) $(PB_LIBS) @PACKAGE_LIBS@
+pbbuttonsd_LDADD = -lpbb -lm $(INTLLIBS) $(PB_OBJECTS) $(PB_LIBS) @PACKAGE_LIBS@
pbbuttonsd_LDFLAGS = -L$(top_srcdir)/libpbbipc
pbbuttonsd_DEPENDENCIES = $(PB_OBJECTS)
@DEBUG_TRUE@AM_CFLAGS1 = -DDEBUG