Projects
Mega:23.03
systemd
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
_service:tar_scm:systemd.spec
Changed
@@ -21,7 +21,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 249 -Release: 49 +Release: 50 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -697,6 +697,10 @@ %build +%if "%toolchain" == "clang" + export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types-discards-qualifiers" + export CXXFLAGS="$CXXFLAGS -Wno-error=incompatible-pointer-types-discards-qualifiers" +%endif CONFIGURE_OPTS=( -Dsysvinit-path=/etc/rc.d/init.d -Drc-local=/etc/rc.d/rc.local @@ -740,7 +744,6 @@ -Dnobody-group=nobody -Dsplit-usr=false -Dsplit-bin=true - -Db_lto=true -Db_ndebug=false -Dman=true -Dversion-tag=v%{version}-%{release} @@ -780,6 +783,11 @@ -Dmode=release -Durlify=false ) +%ifarch riscv64 +CONFIGURE_OPTS+=(-Db_lto=false) +%else +CONFIGURE_OPTS+=(-Db_lto=true) +%endif %meson "${CONFIGURE_OPTS@}" %meson_build @@ -1920,6 +1928,9 @@ %{_libdir}/security/pam_systemd.so %changelog +* Wed May 17 2023 yoo <sunyuechi@iscas.ac.cn> - 249-50 +- fix clang,riscv build error + * Tue Mar 21 2023 zhangyao <zhangyao108@huawei.com> -249-49 - nspawn: uidmap mount fix
View file
_service
Changed
@@ -1,8 +1,8 @@ <services> <service name="tar_scm"> - <param name="url">git@gitee.com:src-openeuler/systemd.git</param> + <param name="url">git@gitee.com:openeuler-risc-v/systemd.git</param> <param name="scm">git</param> - <param name="revision">openEuler-23.03</param> + <param name="revision">mega</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2