From 94a1d70a05db979738b0a0c6e5097ba976bf8697 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 4 Feb 2011 12:58:39 +0000 Subject: [PATCH] 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 761053916..de36e4156 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