]> git.pld-linux.org Git - packages/systemd.git/commit - systemd.spec
try fixing build on x32 with new libseccomp
authorJan Palus <atler@pld-linux.org>
Mon, 2 Dec 2019 15:57:08 +0000 (16:57 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 2 Dec 2019 15:57:08 +0000 (16:57 +0100)
commite94835298772a5b542b87c62af7e87f3a999722f
treee1a131676990a42da7f087b3683f7db936e3ebe9
parente65d38fd868b0609112c63699685e8b2be1f91db
try fixing build on x32 with new libseccomp

syscall number on x32 has huge offset which makes it "unsigned long int"
and in turn not compatible with "%d" format specifier. since fallback
numbers appear to be negative just cast to "long long int" which should
cover whole range of values
systemd-x32.patch [new file with mode: 0644]
systemd.spec
This page took 0.040615 seconds and 4 git commands to generate.