- Respect cflags again, borked by previous commit.

OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=51
This commit is contained in:
Tomáš Chvátal 2014-12-29 16:52:34 +00:00 committed by Git OBS Bridge
parent 7082a486dd
commit 8475bb8792
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ Mon Dec 29 16:48:23 UTC 2014 - tchvatal@suse.com
At least even factory builds without it.
- Provide libbz2.so.1.0 as other distros do, so we can run tiny
things like steam.
- Respect cflags again, borked by previous commit.
-------------------------------------------------------------------
Fri Dec 19 11:01:43 UTC 2014 - meissner@suse.com

View File

@ -83,7 +83,7 @@ The bzip2 runtime library development files.
autoreconf -fiv
%build
export CFLAGS="$CFLAGS -fPIE"
export CFLAGS="%{optflags} -fPIE"
%configure --with-pic --disable-static
make %{?_smp_mflags} LDFLAGS="-pie"