diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-04 22:21:17 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-04 23:40:11 +0100 |
commit | df21d317dacc4533ac999f3c3088765393842676 (patch) | |
tree | 65b7101b3df6559c5e065c9f0272fe7b57e86b7a | |
parent | fe76db0776b1eb0da543bd490e918f5fb1598b2c (diff) |
sc: stop linking openssl in scopencl library
Change-Id: I6618ac1d469e9a45bac30b2a1d94711f43ee5ed7
-rw-r--r-- | sc/Library_scopencl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/Library_scopencl.mk b/sc/Library_scopencl.mk index 2fb8cfc81f0b..1f03ad5fea3f 100644 --- a/sc/Library_scopencl.mk +++ b/sc/Library_scopencl.mk @@ -21,7 +21,6 @@ $(eval $(call gb_Library_use_sdk_api,scopencl)) $(eval $(call gb_Library_use_externals,scopencl,\ boost_headers \ - openssl \ )) $(eval $(call gb_Library_use_libraries,scopencl,\ |