From 5a2cc1541be2e59a131b4045f94c999513b93ef8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 4 Feb 2011 12:58:39 +0000 Subject: [PATCH] [packages] scmpc: fix linking with openssl SVN-Revision: 25362 --- sound/scmpc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sound/scmpc/Makefile b/sound/scmpc/Makefile index 7610539165..de36e41561 100644 --- a/sound/scmpc/Makefile +++ b/sound/scmpc/Makefile @@ -40,6 +40,9 @@ MAKE_FLAGS += \ $(TARGET_CONFIGURE_OPTS) \ $(1) \ +TARGET_LDFLAGS += \ + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib + define Package/scmpc/install $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_BUILD_DIR)/src/scmpc $(1)/usr/bin/ -- 2.30.2