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 \
--enable-compress \
--disable-encrypt \
--disable-resume-static \
--with-initramfsdir=/usr/sbin")
--disable-resume-static")
#kernel panic
#--with-initramfsdir=/usr/sbin
def build():
autotools.make()
+2 -1
View File
@@ -20,7 +20,8 @@
<Dependency>libgcrypt-devel</Dependency>
</BuildDependencies>
<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>
</Source>