ADD libgcc_s.so.1 to plymouth.encrypt_install
This commit is contained in:
parent
2821ee4063
commit
1854fb8b21
3 changed files with 7 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,8 +1,6 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sat Oct 14 13:32:12 UTC 2017
|
||||
pkgbase = plymouth-git
|
||||
pkgdesc = A graphical boot splash screen with kernel mode-setting support (Development version)
|
||||
pkgver = 0.9.3.r3.gf942597
|
||||
pkgver = 0.9.3.r24.g2b5b27c
|
||||
pkgrel = 1
|
||||
url = http://www.freedesktop.org/wiki/Software/Plymouth/
|
||||
arch = i686
|
||||
|
@ -42,7 +40,7 @@ pkgbase = plymouth-git
|
|||
md5sums = SKIP
|
||||
md5sums = 65fa2763d5c9bb9f80973ea5e6e3db3e
|
||||
md5sums = d67132b297ccfb1a877a2efd78076963
|
||||
md5sums = 65eb269910f1b81e3f0970af456394ca
|
||||
md5sums = 02861a13840dee3a5f2224b598274220
|
||||
md5sums = ae6e97bb1104bb12cbca6738e3fb872d
|
||||
md5sums = 1430ae2ec501d600f8f6771454dc9bbe
|
||||
md5sums = 870ea3e63c6989e2badf79d1fbafa914
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
# Lara Maia, Padfoot, Jorge Barroso, carstene1ns
|
||||
|
||||
pkgname=plymouth-git
|
||||
pkgver=0.9.3.r3.gf942597
|
||||
pkgver=0.9.3.r24.g2b5b27c
|
||||
pkgrel=1
|
||||
pkgdesc="A graphical boot splash screen with kernel mode-setting support (Development version)"
|
||||
url="http://www.freedesktop.org/wiki/Software/Plymouth/"
|
||||
|
@ -42,7 +42,7 @@ source=("git+http://anongit.freedesktop.org/git/plymouth"
|
|||
md5sums=('SKIP'
|
||||
'65fa2763d5c9bb9f80973ea5e6e3db3e'
|
||||
'd67132b297ccfb1a877a2efd78076963'
|
||||
'65eb269910f1b81e3f0970af456394ca'
|
||||
'02861a13840dee3a5f2224b598274220'
|
||||
'ae6e97bb1104bb12cbca6738e3fb872d'
|
||||
'1430ae2ec501d600f8f6771454dc9bbe'
|
||||
'870ea3e63c6989e2badf79d1fbafa914'
|
||||
|
|
|
@ -24,6 +24,9 @@ build() {
|
|||
add_file "/etc/fonts/fonts.conf"
|
||||
add_file "/etc/fonts/conf.d/60-latin.conf"
|
||||
|
||||
# cryptsetup calls pthread_create(), which dlopen()s libgcc_s.so.1
|
||||
add_binary "/usr/lib/libgcc_s.so.1"
|
||||
|
||||
add_runscript
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue