summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libsrtp/libsrtp.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libsrtp/libsrtp.mk b/package/libsrtp/libsrtp.mk
index dd83dbc003..8af463928b 100644
--- a/package/libsrtp/libsrtp.mk
+++ b/package/libsrtp/libsrtp.mk
@@ -11,11 +11,11 @@ LIBSRTP_LICENSE = BSD-3-Clause
LIBSRTP_LICENSE_FILES = LICENSE
ifeq ($(BR2_STATIC_LIBS),y)
-LIBSRTP_MAKE_OPTS = libsrtp.a
+LIBSRTP_MAKE_OPTS = libsrtp2.a
else ifeq ($(BR2_SHARED_LIBS),y)
LIBSRTP_MAKE_OPTS = shared_library
else
-LIBSRTP_MAKE_OPTS = libsrtp.a shared_library
+LIBSRTP_MAKE_OPTS = libsrtp2.a shared_library
endif
# While libsrtp is not using pkg-config itself, it checks if
OpenPOWER on IntegriCloud