From: Florian Fainelli Date: Sun, 18 May 2008 11:15:12 +0000 (+0000) Subject: Fix iksemel compilation (#3451) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4ee0e1fd3f60502ffc3894820c407e6cdeffa684;p=openwrt%2Fsvn-archive%2Fpackages.git Fix iksemel compilation (#3451) SVN-Revision: 11166 --- 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