- 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:
parent
7082a486dd
commit
8475bb8792
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user