mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
include uuid and devmapper since musl cross compiler is not linking them in
This commit is contained in:
parent
24e54a65f6
commit
5c425b3ec9
21
patches/cryptsetup-1.7.3.patch
Normal file
21
patches/cryptsetup-1.7.3.patch
Normal file
@ -0,0 +1,21 @@
|
||||
diff -u --recursive ../../clean/cryptsetup-1.7.3/src/Makefile.in ./cryptsetup-1.7.3/src/Makefile.in
|
||||
--- ../../clean/cryptsetup-1.7.3/src/Makefile.in 2016-10-28 09:45:06.000000000 -0400
|
||||
+++ cryptsetup-1.7.3/src/Makefile.in 2017-01-27 17:24:13.115962328 -0500
|
||||
@@ -479,6 +479,8 @@
|
||||
cryptsetup_LDADD = \
|
||||
$(top_builddir)/lib/libcryptsetup.la \
|
||||
@POPT_LIBS@ \
|
||||
+ @UUID_LIBS@ \
|
||||
+ @DEVMAPPER_LIBS@ \
|
||||
@PWQUALITY_LIBS@ \
|
||||
@PASSWDQC_LIBS@
|
||||
|
||||
@@ -503,6 +505,8 @@
|
||||
|
||||
@VERITYSETUP_TRUE@veritysetup_LDADD = \
|
||||
@VERITYSETUP_TRUE@ $(top_builddir)/lib/libcryptsetup.la \
|
||||
+@VERITYSETUP_TRUE@ @UUID_LIBS@ \
|
||||
+@VERITYSETUP_TRUE@ @DEVMAPPER_LIBS@ \
|
||||
@VERITYSETUP_TRUE@ @POPT_LIBS@
|
||||
|
||||
@VERITYSETUP_TRUE@veritysetup_CFLAGS = $(cryptsetup_CFLAGS)
|
Loading…
Reference in New Issue
Block a user