Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/glib-networking.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/glib-networking.py b/packages/glib-networking.py
new file mode 100644
index 0000000..14b3022
--- /dev/null
+++ b/packages/glib-networking.py
@@ -0,0 +1,5 @@
+GnomePackage ('glib-networking', '2.28', '0',
+ configure_flags = [
+ '--without-ca-certificates'
+ ]
+)