From c6e6233493605415bc892617b77d7adaf19b7c4d Mon Sep 17 00:00:00 2001 From: leslie Date: Tue, 9 Sep 2008 06:08:16 +0800 Subject: [PATCH] irdeto: fix linking with libcrypto --- systems/irdeto/irdeto.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/irdeto/irdeto.mk b/systems/irdeto/irdeto.mk index dd16106..0f04731 100644 --- a/systems/irdeto/irdeto.mk +++ b/systems/irdeto/irdeto.mk @@ -3,3 +3,4 @@ # TARGET = irdeto OBJS = irdeto.o irdeto1.o irdeto2.o +LIBS = -lcrypto -- 2.39.5