[vlc-devel] [PATCH 2/2] nettle: fix library install path on Solaris
Sean McGovern
gseanmcg at gmail.com
Wed Jul 23 04:59:18 CEST 2014
---
contrib/src/nettle/rules.mak | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/contrib/src/nettle/rules.mak b/contrib/src/nettle/rules.mak
index 0da23d9..4af0f63 100644
--- a/contrib/src/nettle/rules.mak
+++ b/contrib/src/nettle/rules.mak
@@ -15,6 +15,11 @@ $(TARBALLS)/nettle-$(NETTLE_VERSION).tar.gz:
nettle: nettle-$(NETTLE_VERSION).tar.gz .sum-nettle
$(UNPACK)
$(UPDATE_AUTOCONFIG)
+ifdef HAVE_SOLARIS
+ifeq ($(ARCH),x86_64)
+ sed -i.orig -e 's,lib/64,lib,' nettle*/configure
+endif
+endif
$(MOVE)
DEPS_nettle = gmp $(DEPS_gmp)
--
1.7.9.2
More information about the vlc-devel
mailing list