]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: also check for static libuuid
authorRosen Penev <rosenp@gmail.com>
Mon, 23 Sep 2024 20:45:02 +0000 (13:45 -0700)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 25 Sep 2024 07:08:41 +0000 (09:08 +0200)
commitde1386406f5130876be25d9fbee685fb9f0b3020
treefd1b4dc6b066a8b8235ed870fb67a38dc0d0bfc6
parent729e703285f86b1a696df98276bf26058e3a04fa
mtd-utils: also check for static libuuid

PKG_CHECK_MODULES confusingly does not check to see if a static version
of the library is available.

Actually with older glibc, it might fail as lpthread needs to be passed
to linker flags (Libs.private in pc files) which can only be obtained if
--static is passed to pkg-config.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
configure.ac