diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-09 02:38:55 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-09 02:38:55 +0000 |
commit | 1b196629a83ad5c24317b940a30df34cc5f7b4b4 (patch) | |
tree | f3760800659353c049f575311e96f8bc40b2ef4a /packages/nut/files/libm.patch | |
parent | 67067c8bb631cd7221de861626105356ae8b6471 (diff) |
nut: Add new package, Network UPS tools.
* Usersapce drivers to talk to various UPSes (including USB) as well as
control daemons and utils.
* Needs finegrained packaging to be useful for small router install.
Diffstat (limited to 'packages/nut/files/libm.patch')
-rw-r--r-- | packages/nut/files/libm.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/nut/files/libm.patch b/packages/nut/files/libm.patch new file mode 100644 index 0000000000..658d42face --- /dev/null +++ b/packages/nut/files/libm.patch @@ -0,0 +1,21 @@ +--- a/drivers/Makefile.am.org 2007-10-01 16:06:24.000000000 +0300 ++++ a/drivers/Makefile.am 2008-01-09 02:13:09.000000000 +0200 +@@ -125,7 +125,7 @@ + tripplite_usb_LDADD = $(LDADD_DRIVERS) $(LIBUSB_LDFLAGS) -lm + + bcmxcp_usb_SOURCES = bcmxcp_usb.c bcmxcp.c nut_usb.c +-bcmxcp_usb_LDADD = $(LDADD_DRIVERS) $(LIBUSB_LDFLAGS) ++bcmxcp_usb_LDADD = $(LDADD_DRIVERS) $(LIBUSB_LDFLAGS) -lm + + megatec_usb_SOURCES = megatec.c megatec_usb.c libusb.c + megatec_usb_CFLAGS = $(AM_CFLAGS) -DMEGATEC_SUBDRV +--- a/drivers/Makefile.am.org 2008-01-09 02:14:32.000000000 +0200 ++++ a/drivers/Makefile.am 2008-01-09 02:17:37.000000000 +0200 +@@ -67,6 +67,7 @@ + al175_SOURCES = al175.c + apcsmart_SOURCES = apcsmart.c + bcmxcp_SOURCES = bcmxcp.c bcmxcp_ser.c ++bcmxcp_LDADD = $(LDADD) -lm + belkin_SOURCES = belkin.c + belkinunv_SOURCES = belkinunv.c + bestfcom_SOURCES = bestfcom.c |