From fe1ac1bfc488a66abdf42eae22a88369562862fb Mon Sep 17 00:00:00 2001 From: suvari Date: Mon, 28 Mar 2016 00:58:07 +0300 Subject: [PATCH 1/2] mesa: fix build --- x11/library/mesa/pspec.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/x11/library/mesa/pspec.xml b/x11/library/mesa/pspec.xml index abb43bd3a0..88bccdbe2b 100644 --- a/x11/library/mesa/pspec.xml +++ b/x11/library/mesa/pspec.xml @@ -1,4 +1,3 @@ - @@ -44,6 +43,8 @@ mesa + elfutils + libdrm-amd alternatives llvm-libs llvm-clang @@ -83,6 +84,9 @@ mesa-devel Development files for mesa + eudev-devel + libX11-devel + libxcb-devel libdrm-devel libXext-devel wayland-devel @@ -114,6 +118,7 @@ libXext-32bit libXvMC-32bit eudev-32bit + openssl-32bit wayland-32bit libvdpau-32bit libXfixes-32bit @@ -125,6 +130,7 @@ libxshmfence-32bit + openssl-32bit alternatives glibc-32bit libgcc @@ -156,7 +162,7 @@ - 2016-03-27 + 2016-03-28 11.1.2 First release Yusuf Aydemir From 7a50c0d6627d5276b0a7b7a9791b12a62a5eea41 Mon Sep 17 00:00:00 2001 From: suvari Date: Mon, 28 Mar 2016 02:06:25 +0300 Subject: [PATCH 2/2] openldap:fix build --- server/openldap/actions.py | 4 ++-- server/openldap/pspec.xml | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/server/openldap/actions.py b/server/openldap/actions.py index 9066727692..ebfd4f5e3a 100644 --- a/server/openldap/actions.py +++ b/server/openldap/actions.py @@ -79,9 +79,9 @@ def setup(): else: options += " --with-tls=auto" shelltools.export("AUTOMAKE", "/bin/true") - #autotools.autoreconf("-fi") + autotools.autoreconf("-fi") autotools.configure(options) - + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): diff --git a/server/openldap/pspec.xml b/server/openldap/pspec.xml index ade8f7e2f7..20355bce87 100644 --- a/server/openldap/pspec.xml +++ b/server/openldap/pspec.xml @@ -1,4 +1,3 @@ - @@ -59,6 +58,7 @@ nss nspr + openssl cyrus-sasl @@ -79,11 +79,13 @@ db perl + unixODBC + libutil-linux tcp-wrappers libtool-ltdl nss cyrus-sasl - openldap-client + openldap-client /etc/conf.d @@ -131,7 +133,7 @@ - 2016-03-27 + 2016-03-28 2.4.44 First release Ertuğrul Erata