From 42c4ee53a8311164d82d10b1f6d19ae7604346c6 Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 16 Jan 2013 06:03:05 +0900 Subject: add libgnutls lib to osx build --- pkg/osx/leap-client.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pkg/osx/leap-client.spec') diff --git a/pkg/osx/leap-client.spec b/pkg/osx/leap-client.spec index 04f45253..65496469 100644 --- a/pkg/osx/leap-client.spec +++ b/pkg/osx/leap-client.spec @@ -18,7 +18,11 @@ coll = COLLECT(exe, a.binaries + # this will easitly break if we setup the venv # somewhere else. FIXME - [('cacert.pem', '../../../../lib/python2.6/site-packages/requests/cacert.pem', 'DATA')], + [('cacert.pem', '../../../../lib/python2.6/site-packages/requests/cacert.pem', 'DATA'), + # XXX osx only + ('libgnutls.26.dylib', '/opt/local/lib/libgnutls.26.dylib', 'BINARY'), + ('libgnutls-extra.26.dylib', '/opt/local/lib/libgnutls-extra.26.dylib', 'BINARY'), + ], a.zipfiles, a.datas, strip=True, -- cgit v1.2.3