From: <abe...@us...> - 2016-03-23 22:36:12
|
Revision: 7615 http://sourceforge.net/p/astlinux/code/7615 Author: abelbeck Date: 2016-03-23 22:36:10 +0000 (Wed, 23 Mar 2016) Log Message: ----------- unbound, add --disable-rpath so linker references to the build system libs are not included in the target Modified Paths: -------------- branches/1.0/package/unbound/unbound.mk Modified: branches/1.0/package/unbound/unbound.mk =================================================================== --- branches/1.0/package/unbound/unbound.mk 2016-03-23 21:15:20 UTC (rev 7614) +++ branches/1.0/package/unbound/unbound.mk 2016-03-23 22:36:10 UTC (rev 7615) @@ -12,6 +12,7 @@ UNBOUND_DEPENDENCIES = openssl expat UNBOUND_CONF_OPT = \ + --disable-rpath \ --with-libexpat="$(STAGING_DIR)/usr" \ --with-ssl="$(STAGING_DIR)/usr" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |