Type in the %build section: OPT_LDLAGS, not OPT_LDFLAGS. Closes BZ#1560542
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
a67fb1a302
commit
8fee559e5d
@ -162,7 +162,7 @@ CWARNINGFLAGS="\
|
|||||||
-Wtype-limits"
|
-Wtype-limits"
|
||||||
|
|
||||||
OPT_CFLAGS="%{optflags} $CWARNINGFLAGS"
|
OPT_CFLAGS="%{optflags} $CWARNINGFLAGS"
|
||||||
OPT_LDLAGS="%{__global_ldflags}"
|
OPT_LDFLAGS="%{__global_ldflags}"
|
||||||
export OPT_CFLAGS
|
export OPT_CFLAGS
|
||||||
export OPT_LDFLAGS
|
export OPT_LDFLAGS
|
||||||
|
|
||||||
@ -234,6 +234,7 @@ fi
|
|||||||
- acpidump/acpixtract no longer have alternatives, so remove the scriptlets
|
- acpidump/acpixtract no longer have alternatives, so remove the scriptlets
|
||||||
that maintain them and just install them directly; we do leave the pre-
|
that maintain them and just install them directly; we do leave the pre-
|
||||||
and post- scriptlets to remove the alternatives for now. Closes BZ#1576970
|
and post- scriptlets to remove the alternatives for now. Closes BZ#1576970
|
||||||
|
- Typo: OPT_LDFLAGS, not OPT_LDLAGS in the build section. Closes BZ#1560542
|
||||||
|
|
||||||
* Mon May 14 2018 Al Stone <ahs3@redhat.com> - 20180427-1
|
* Mon May 14 2018 Al Stone <ahs3@redhat.com> - 20180427-1
|
||||||
- Update to 20180427 source tree, including patch refeshes. Closes BZ#1544048
|
- Update to 20180427 source tree, including patch refeshes. Closes BZ#1544048
|
||||||
|
Loading…
Reference in New Issue
Block a user