Merge pull request #8323 from Rmys/master

suspend rebuild
This commit is contained in:
Rmys
2020-04-03 13:06:16 +03:00
committed by GitHub
3 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -16,8 +16,9 @@ def setup():
autotools.configure("--enable-threads \ autotools.configure("--enable-threads \
--enable-compress \ --enable-compress \
--disable-encrypt \ --disable-encrypt \
--disable-resume-static \ --disable-resume-static")
--with-initramfsdir=/usr/sbin") #kernel panic
#--with-initramfsdir=/usr/sbin
def build(): def build():
autotools.make() autotools.make()
+2 -1
View File
@@ -20,7 +20,8 @@
<Dependency>libgcrypt-devel</Dependency> <Dependency>libgcrypt-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1" compressionType="xz">suspend-1.0_p20150810.patch.xz</Patch> <!-- <Patch level="1" compressionType="xz">suspend-1.0_p20150810.patch.xz</Patch> -->
<Patch level="1" compressionType="xz">suspend-1.0_p20190605.patch.xz</Patch>
</Patches> </Patches>
</Source> </Source>