mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
pentoo-updater: mount boot a little earlier
also throw some random debugging into srsran while trying to fix bugs
This commit is contained in:
parent
292b5c554b
commit
f4c1488d11
2 changed files with 6 additions and 1 deletions
|
|
@ -50,6 +50,8 @@ BDEPEND="virtual/pkgconfig"
|
|||
|
||||
src_prepare() {
|
||||
sed -i '/ -Werror"/d' CMakeLists.txt || die
|
||||
unset CFLAGS
|
||||
unset CXXFLAGS
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
|
|
@ -69,5 +71,8 @@ src_configure() {
|
|||
-DENABLE_ZEROMQ="$(usex zeromq)"
|
||||
-DENABLE_HARDSIM="$(usex simcard)"
|
||||
)
|
||||
unset CFLAGS
|
||||
unset CXXFLAGS
|
||||
cmake_src_configure
|
||||
sed -i 's/-Os -march=native -mtune=native -pipe -frecord-gcc-switches//g' "${BUILD_DIR}/gentoo_rules.cmake" || die
|
||||
}
|
||||
|
|
|
|||
|
|
@ -632,9 +632,9 @@ umount_boot() {
|
|||
}
|
||||
|
||||
#execution begins here
|
||||
mount_boot
|
||||
main_checks
|
||||
|
||||
mount_boot
|
||||
if [ -z "${KERNEL_ONLY}" ]; then
|
||||
main_upgrades
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue