commit: 13338a1351922afa18bba2a9f78a18fadceb3327 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Thu Jan 4 08:20:49 2024 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Thu Jan 4 08:20:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13338a13
dev-embedded/avrdude: fix automatic libgpiod dep Fixes build failure if dev-libs/libgpiod is installed. Closes: https://bugs.gentoo.org/921301 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-embedded/avrdude/avrdude-7.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-embedded/avrdude/avrdude-7.2.ebuild b/dev-embedded/avrdude/avrdude-7.2.ebuild index 941904a47991..3c63bcd180be 100644 --- a/dev-embedded/avrdude/avrdude-7.2.ebuild +++ b/dev-embedded/avrdude/avrdude-7.2.ebuild @@ -53,6 +53,7 @@ src_configure() { -DBUILD_DOC=OFF # This currently does nothing... -DBUILD_SHARED_LIBS=ON -DDEBUG_CMAKE=ON + -DHAVE_LIBGPIOD='' # Bug #921301 -DHAVE_LIBFTDI='' -DHAVE_LINUXGPIO=ON # Seems like there is no reason to have this off. -DHAVE_LINUXSPI=ON # Ditto.
