kiss-mfavila-small/wip_ports/todo/unknown/xmlsec1/build
2022-12-01 20:40:24 -04:00

13 lines
204 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--with-default-crypto=openssl \
--without-gcrypt \
--without-gnutls \
--without-nss \
--without-libxslt
make
make DESTDIR="$1" install