util-linux: fix build with uclibc
authorHauke Mehrtens <hauke.mehrtens@intel.com>
Thu, 13 Apr 2017 16:07:05 +0000 (18:07 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 24 May 2017 16:04:51 +0000 (18:04 +0200)
commitd179aa87698d18ca18cda11425229328822c7f06
tree665104f0c861d829f3a722051bf1b937c9ad30d0
parentdd19a41520c54f13f9d9da2f5ff7dcebd3d8f085
util-linux: fix build with uclibc

Fix build of scriptreplay with uClibc.
Some parts of the libm detection were backported to 2.29.2, but some
parts were missing, which are added here. This patch is needed when
libm is a separate library, this is not needed for LEDE master, because
libm is there integrated in the libc for uClibc and musl.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
package/utils/util-linux/patches/001-uclibc_add_libm_to_scriptreplay.patch [new file with mode: 0644]