Fix iksemel compilation (#3451)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11166 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-05-18 11:15:12 +00:00
parent 0aed0de7c4
commit f13af7047c

View File

@ -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