From 390ca6a3b22062e9f98b3f2d78ee3962b437177a0f6401e1615732669e5934fe Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 4 Aug 2010 13:59:09 +0000 Subject: [PATCH] - use configure option "--with-sha1=libcrypto" to fix also plain rpmbuilds (bnc #627872) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=270 --- xorg-x11-server.changes | 6 ++++++ xorg-x11-server.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index a93adca..26dc771 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 4 15:57:04 CEST 2010 - sndirsch@suse.de + +- use configure option "--with-sha1=libcrypto" to fix also plain + rpmbuilds (bnc #627872) + ------------------------------------------------------------------- Thu Jul 8 16:49:54 CEST 2010 - max@suse.de diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 0da8f47..ca5f68c 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -265,6 +265,7 @@ autoreconf -fi --enable-xephyr \ --enable-record \ --enable-xcsecurity \ + --with-sha1=libcrypto \ %ifarch s390 s390x --disable-xorg \ --disable-aiglx \