From: florian Date: Sun, 18 May 2008 11:15:12 +0000 (+0000) Subject: Fix iksemel compilation (#3451) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f13af7047ca55ff438a58017998aa6eb0d49dfad;p=packages.git Fix iksemel compilation (#3451) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11166 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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