Search Criteria
Package Details: iioutils 0.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/iioutils.git (read-only, click to copy) |
---|---|
Package Base: | iioutils |
Description: | The Industrial I/O equivalent to pciutils |
Upstream URL: | http://sourceforge.net/projects/iioutils/ |
Licenses: | GPL |
Submitter: | ultraviolet |
Maintainer: | None |
Last Packager: | ultraviolet |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-07-06 02:33 (UTC) |
Last Updated: | 2015-07-07 18:41 (UTC) |
Latest Comments
dreieck commented on 2024-02-02 10:20 (UTC) (edited on 2024-02-02 10:43 (UTC) by dreieck)
Please add
export CFLAGS="${CFLAGS} -fcommon"
tobuild()
, otherwise build fails withRegards and thanks for maintaining!
drws commented on 2023-10-31 21:00 (UTC)
Build error with newer GCC can be worked around by adding
export CFLAGS="${CFLAGS} -fcommon"
to the beginning ofbuild()
.