diff options
author | kali <kali@leap.se> | 2013-01-16 06:03:05 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-16 06:02:34 +0900 |
commit | 42c4ee53a8311164d82d10b1f6d19ae7604346c6 (patch) | |
tree | 6dd88eb485b52fa006d596214aee1ff7f5c89053 /pkg/osx/leap-client.spec | |
parent | 67506fe6ba55ac7eaf4cbfd3606bff34a1214c11 (diff) |
add libgnutls lib to osx build
Diffstat (limited to 'pkg/osx/leap-client.spec')
-rw-r--r-- | pkg/osx/leap-client.spec | 6 |
1 files changed, 5 insertions, 1 deletions
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, |