File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -514,6 +514,9 @@ function create_cpio {
514
514
cp tmp/usr/lib/* /libldap-2.4.so.2 rootfs/usr/lib/
515
515
cp tmp/usr/lib/* /libldap_r-2.4.so.2.* rootfs/usr/lib/libldap_r-2.4.so.2
516
516
517
+ # liblz4-1 components
518
+ cp tmp/usr/lib/* /liblz4.so.1.* rootfs/lib/liblz4.so.1
519
+
517
520
# liblzma5 components
518
521
cp tmp/lib/* /liblzma.so.5.* rootfs/lib/liblzma.so.5
519
522
@@ -533,10 +536,13 @@ function create_cpio {
533
536
cp tmp/usr/lib/* /libnghttp2.so.14.* rootfs/usr/lib/libnghttp2.so.14
534
537
535
538
# libnl-3-200 components
536
- cp tmp/lib/* /libnl-3.so.200 rootfs/lib/libnl-3.so.200
539
+ cp tmp/lib/* /libnl-3.so.200.* rootfs/lib/libnl-3.so.200
540
+
541
+ # libnl-genl-3-200 components
542
+ cp tmp/lib/* /libnl-genl-3.so.200.* rootfs/lib/libnl-genl-3.so.200
537
543
538
544
# libnl-genl-3-200 components
539
- cp tmp/lib/* /libnl-genl -3.so.200 rootfs/lib/libnl-genl -3.so.200
545
+ cp tmp/usr/ lib/* /libnl-route -3.so.200. * rootfs/lib/libnl-route -3.so.200
540
546
541
547
# libp11-kit0 components
542
548
cp tmp/usr/lib/* /libp11-kit.so.0.* rootfs/usr/lib/libp11-kit.so.0
@@ -581,6 +587,9 @@ function create_cpio {
581
587
cp tmp/usr/lib/* /engines-1.1/capi.so rootfs/usr/lib/engines-1.1/
582
588
cp tmp/usr/lib/* /engines-1.1/padlock.so rootfs/usr/lib/engines-1.1/
583
589
590
+ # libsystemd0 components
591
+ cp tmp/lib/* /libsystemd.so.0.* rootfs/lib/libsystemd.so.0
592
+
584
593
# libtasn1-6 components
585
594
cp tmp/usr/lib/* /libtasn1.so.6.* rootfs/usr/lib/libtasn1.so.6
586
595
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ packages+=("libkeyutils1")
81
81
packages+=(" libkrb5-3" )
82
82
packages+=(" libkrb5support0" )
83
83
packages+=(" libldap-2.4-2" )
84
+ packages+=(" liblz4-1" )
84
85
packages+=(" liblzma5" )
85
86
packages+=(" liblzo2-2" )
86
87
packages+=(" libmnl0" )
@@ -89,6 +90,7 @@ packages+=("libnettle6")
89
90
packages+=(" libnghttp2-14" )
90
91
packages+=(" libnl-3-200" )
91
92
packages+=(" libnl-genl-3-200" )
93
+ packages+=(" libnl-route-3-200" )
92
94
packages+=(" libp11-kit0" )
93
95
packages+=(" libpam0g" )
94
96
packages+=(" libpcre3" )
@@ -101,6 +103,7 @@ packages+=("libslang2")
101
103
packages+=(" libsmartcols1" )
102
104
packages+=(" libssh2-1" )
103
105
packages+=(" libssl1.1" )
106
+ packages+=(" libsystemd0" )
104
107
packages+=(" libtasn1-6" )
105
108
packages+=(" libtinfo6" )
106
109
packages+=(" libudev1" )
You can’t perform that action at this time.
0 commit comments