And also libtool,And need to edit the configure.ac and remote -Werror from AM_INIT_AUTOMAKE, this causes all warnings to be treated as errors. And because subdir-objects is disabled, and you have .c files in subdirs, this throws warnings, which are treated as errors, and causes automake to fail.
Search Criteria
Package Details: fwts-git 3056.9ddce1f-1
Git Clone URL: | https://aur.archlinux.org/fwts-git.git (read-only) |
---|---|
Package Base: | fwts-git |
Description: | The FirmWare Test Suite is a tool to do automatic testing of a PC's firmware |
Upstream URL: | http://smackerelofopinion.blogspot.com/2010/08/firmware-test-suite-biosacpi-health.html |
Licenses: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 15 |
Popularity: | 0.259079 |
First Submitted: | 2010-08-11 12:23 |
Last Updated: | 2017-11-18 19:20 |
Latest Comments
brikler commented on 2015-08-08 18:08
digitalirony commented on 2013-11-15 20:13
digitalirony commented on 2013-11-15 19:50
And also automake
digitalirony commented on 2013-11-15 19:48
Please add autoconf to dependencies.
Thanks!
Anonymous comment on 2011-07-05 21:06
Please add json-c and pcre to depends array. Thanks in advance.
with the present PKBUILD the build will fail.
you should replace this "./configure --prefix=/usr" with "CFLAGS=--sysroot= ./configure --prefix=/usr" and add before this line "CPPFLAGS="$CPPFLAGS -O2"
CPPFLAGS="$CPPFLAGS -O2"
CFLAGS=--sysroot= ./configure --prefix=/usr