From 7cb315952e6cc7efd7b29100ea78f9bc225283fd430807e83d1269122cb7e1ea Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 16 May 2019 08:31:30 +0000 Subject: [PATCH] Restore previous state OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=295 --- bash.spec | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bash.spec b/bash.spec index 6b9d69a..51b6e96 100644 --- a/bash.spec +++ b/bash.spec @@ -84,11 +84,6 @@ BuildRequires: patchutils BuildRequires: pkg-config # This has to be always the same version as included in the bash its self BuildRequires: readline-devel == 8.0 -%if 0%{?sle_version} > 0 -%if 0%{?suse_version} == 1500 -BuildRequires: readline-devel-static == 8.0 -%endif -%endif BuildRequires: screen BuildRequires: sed BuildRequires: update-alternatives @@ -304,11 +299,6 @@ test ${rl1[2]} = ${rl2[2]} || exit 1 LARGEFILE="$(getconf LFS_CFLAGS)" CFLAGS="$RPM_OPT_FLAGS $LARGEFILE -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -g" LDFLAGS="" -%if 0%{?sle_version} > 0 -%if 0%{?suse_version} == 1500 - LDFLAGS="-Wl,-Bstatic -lreadline -Wl,-Bdynamic" -%endif -%endif # # Never ever put -DMUST_UNBLOCK_CHLD herein as this breaks bash #