Removes outdated inclusion of <sys/sysctl.h> which breaks build.
Following the big glibc-2.33 upgrade.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Fixed building with recent icu4c. Compilation flags added.
MiniBrowser enabled. Updated to version 2.30.3.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This package contains libraries, binaries, config files and X.org
support - basically everything except kernel integration, which
itself has been moved to k/kmod-nvidia package.
Package building process does not perform any sort of installation.
Some files (like CUDA binaries) have been removed.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Fix compilation flag for default selection so proper $MARCH variable
is substituted instead of $ARCH.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Treewide change of default MARCH from "sandybridge" (the arch I compile on)
to "native" to better fit other CPU architectures.
Note to Intel Sandy Bridge users: "-march=native" compilation enables "-maes";
this flag was off for "-march=sandybridge" due to AES being apparently not
supported until microcode update. So if you do not have a recent microcode
from Intel loaded early at boot, stick to "-march=sandybridge".
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>