Search Criteria
Package Details: cmospwd 5.0-1
Git Clone URL: | https://aur.archlinux.org/cmospwd.git (read-only, click to copy) |
---|---|
Package Base: | cmospwd |
Description: | Decrypts password stored in CMOS used to access BIOS setup. |
Upstream URL: | http://www.cgsecurity.org/wiki/CmosPwd |
Licenses: | |
Submitter: | lfleischer |
Maintainer: | lfleischer |
Last Packager: | lfleischer |
Votes: | 25 |
Popularity: | 0.000000 |
First Submitted: | 2009-12-13 01:33 |
Last Updated: | 2017-04-07 14:28 |
Latest Comments
josep commented on 2013-03-13 20:55
I incorrectly flagged it out of date. How is it restored to up to date?
josep commented on 2013-03-13 20:55
I incorrectly flagged it out of date. How is it restored to up to date?
chris_l commented on 2012-09-06 03:55
Trying to crosscompile this package for i686 using x86_64, I noticed the Makefile is overwriting the system's CFLAGS, and that causes problems to crosscompiling.
To fix it, please add this line right before the 'make -B' line on the PKGBUILD:
sed '/^CFLAGS/ d' -i Makefile
thanks
chris_l commented on 2012-09-06 03:44
Trying to crosscompile this package for i686 using x86_64, I noticed the Makefile is overwriting the system's CFLAGS, and that causes problems to crosscompiling.
To fix it, please add this line right before the 'make -B' line on the PKGBUILD:
sed '/^CFLAGS/ d' -i Makefile
thanks