Remove unnecessary dependencies 46/171846/1
authorDariusz Michaluk <d.michaluk@samsung.com>
Wed, 7 Mar 2018 16:56:41 +0000 (17:56 +0100)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 7 Mar 2018 17:01:46 +0000 (18:01 +0100)
Do not expose unnecessary libraries to the program
that is linking with key-manager library.
If the program will not be using the symbols of the required library,
it should not be linking directly to that library.

Change-Id: I07264f35d023881be8b104307941565047813688

build/key-manager.pc.in

index 4867073..b24e72a 100644 (file)
@@ -6,6 +6,6 @@ includedir=${prefix}/include
 Name: key-manager
 Description: Central Key Manager Package
 Version: @VERSION@
-Requires: openssl libsmack
+Requires:
 Libs: -L${libdir} -lkey-manager-client -lkey-manager-common -lkey-manager-control-client
 Cflags: -I${includedir}/ckm