summaryrefslogtreecommitdiff
path: root/strata/network-security
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-15 21:08:54 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-18 15:42:42 +0000
commit1fc39bbd77125612208bd8c69e92fef00f3f1170 (patch)
tree00ccea7fae7c53852831eae7246da8af060a1bc5 /strata/network-security
parent1b7668651d04aa5b7c6d02857f4320b89eaf99e9 (diff)
downloaddefinitions-1fc39bbd77125612208bd8c69e92fef00f3f1170.tar.gz
Move gnutls to network-security stratum
With the other alternative implementation NSS/NSPR Change-Id: Ib8a15cffb7371c397b776a5b4e74dd8463341929
Diffstat (limited to 'strata/network-security')
-rw-r--r--strata/network-security/gnutls.morph6
-rw-r--r--strata/network-security/nettle.morph6
-rw-r--r--strata/network-security/p11-kit.morph5
3 files changed, 17 insertions, 0 deletions
diff --git a/strata/network-security/gnutls.morph b/strata/network-security/gnutls.morph
new file mode 100644
index 00000000..f31cbf12
--- /dev/null
+++ b/strata/network-security/gnutls.morph
@@ -0,0 +1,6 @@
+name: gnutls
+kind: chunk
+build-system: autotools
+configure-commands:
+- make autoreconf
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc --with-nettle-mini --disable-tools --disable-doc
diff --git a/strata/network-security/nettle.morph b/strata/network-security/nettle.morph
new file mode 100644
index 00000000..80bdbf51
--- /dev/null
+++ b/strata/network-security/nettle.morph
@@ -0,0 +1,6 @@
+name: nettle
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./.bootstrap
+- ./configure --prefix="$PREFIX" --libdir="$PREFIX"/lib --sysconfdir=/etc --disable-documentation --enable-mini-gmp
diff --git a/strata/network-security/p11-kit.morph b/strata/network-security/p11-kit.morph
new file mode 100644
index 00000000..8f88969a
--- /dev/null
+++ b/strata/network-security/p11-kit.morph
@@ -0,0 +1,5 @@
+name: p11-kit
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --without-trust-paths