-
This is necessary to properly create debug packages with the kernel modules. Since compression of modules is usually done in the package function inside PKGBUILD this prevents makepkg from stripping and collecting debug symbols. The zipkmod option will ensure that module compression will only take place after the strip option completes. It will also allow us to define some consistency in module compression between PKGBUILDs for out-of-tree kernel modules (nvidia, wl, etc. packages). Signed-off-by: Vasiliy Stelmachenok <ventureo@yandex.ru> Signed-off-by: Allan McRae <allan@archlinux.org>
7f8855a6This is necessary to properly create debug packages with the kernel modules. Since compression of modules is usually done in the package function inside PKGBUILD this prevents makepkg from stripping and collecting debug symbols. The zipkmod option will ensure that module compression will only take place after the strip option completes. It will also allow us to define some consistency in module compression between PKGBUILDs for out-of-tree kernel modules (nvidia, wl, etc. packages). Signed-off-by: Vasiliy Stelmachenok <ventureo@yandex.ru> Signed-off-by: Allan McRae <allan@archlinux.org>
Loading