From f13af7047ca55ff438a58017998aa6eb0d49dfad Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 18 May 2008 11:15:12 +0000 Subject: [PATCH] Fix iksemel compilation (#3451) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11166 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/iksemel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/iksemel/Makefile b/libs/iksemel/Makefile index 68ed0f360..995535874 100644 --- a/libs/iksemel/Makefile +++ b/libs/iksemel/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS += \ --with-libgnutls-prefix="$(STAGING_DIR)/usr" \ CONFIGURE_VARS += \ - LIBS="-lgnutls -lgcrypt -lgpg-error" \ + LIBS="-L$(STAGING_DIR)/usr/lib -Wl,-rpath-link,$(STAGING_DIR)/usr/lib -lgnutls -lgcrypt -lgpg-error" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install -- 2.11.0