From: Andreas Ă–man Date: Thu, 30 Dec 2010 09:08:46 +0000 (+0000) Subject: Don't need to link with libcrypt (we use openssl now) X-Git-Tag: 2.99~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4c5322ae9e18056c16565a749b10163a2e2e631;p=thirdparty%2Ftvheadend.git Don't need to link with libcrypt (we use openssl now) --- diff --git a/Makefile b/Makefile index 0515f039b..b624d1b7d 100644 --- a/Makefile +++ b/Makefile @@ -109,8 +109,6 @@ SRCS += src/cwc.c \ SRCS-${CONFIG_MMX} += src/ffdecsa/ffdecsa_mmx.c SRCS-${CONFIG_SSE2} += src/ffdecsa/ffdecsa_sse2.c -LDFLAGS += -lcrypt - ${BUILDDIR}/src/ffdecsa/ffdecsa_mmx.o : CFLAGS = -mmmx ${BUILDDIR}/src/ffdecsa/ffdecsa_sse2.o : CFLAGS = -msse2