Skip to content
Snippets Groups Projects

Enable and package fips provider.

Open loqs requested to merge loqs/lib32-openssl:FS#78677 into main
+ 2
2
@@ -35,7 +35,7 @@ build() {
cd "$srcdir"/$_pkgbasename-$pkgver
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
shared enable-ktls linux-elf
shared enable-fips enable-ktls linux-elf
make MAKEDEPPROG="${CC}" depend
make
@@ -54,7 +54,7 @@ check() {
package() {
cd "$srcdir"/$_pkgbasename-$pkgver
make DESTDIR="$pkgdir" install_sw
make DESTDIR="$pkgdir" install_fips install_sw
rm -r "$pkgdir"/usr/{include,bin}
}
Loading