Browse Source

iasl: Downgraded (20141107 -> 20140325) and enhanced build.

master
Nagy Karoly Gabriel 10 years ago
parent
commit
c22a367f5a
  1. 14
      develop/iasl/iasl.conf
  2. 4
      develop/iasl/iasl.desc

14
develop/iasl/iasl.conf

@ -12,5 +12,19 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
hook_add preconf 7 "find . -name 'Make*' | xargs sed -i -e 's/-Werror//g' -e 's/remove-destination//'"
BITSFLAG_ARCH=$arch
case "$BITSFLAG_ARCH" in
x86)
BITSFLAG_ARCH="-m32" ;;
x86-64)
BITSFLAG_ARCH="-m64" ;;
*)
BITSFLAG_ARCH="";;
esac
var_append makeopt ' ' "BITSFLAG=$BITSFLAG_ARCH"
srcdir="acpica-unix-$ver/generate/unix/"
var_append makeinstopt ' ' "DESTDIR=$root/$prefix"

4
develop/iasl/iasl.desc

@ -29,7 +29,7 @@
[L] Free-to-use
[S] Stable
[V] 20141107
[V] 20140325
[P] X ??---5---9 179.000
[D] 4293746238 acpica-unix-20141107.tar.gz https://acpica.org/sites/acpica/files/
[D] 3461634234 acpica-unix-20140325.tar.gz https://acpica.org/sites/acpica/files/

Loading…
Cancel
Save