- dont override CONFIG_SITE if already set (related to #962837)
This commit is contained in:
parent
3d4d533590
commit
3af1bf3896
@ -5,7 +5,7 @@ diff -up rpm-4.11.1-rc1/macros.in.siteconfig rpm-4.11.1-rc1/macros.in
|
||||
export CLASSPATH}\
|
||||
PKG_CONFIG_PATH=\"${PKG_CONFIG_PATH}:%{_libdir}/pkgconfig:%{_datadir}/pkgconfig\"\
|
||||
export PKG_CONFIG_PATH\
|
||||
+ CONFIG_SITE=NONE\
|
||||
+ CONFIG_SITE=${CONFIG_SITE:-NONE}\
|
||||
+ export CONFIG_SITE\
|
||||
\
|
||||
%{verbose:set -x}%{!verbose:exec > /dev/null}\
|
||||
|
1
rpm.spec
1
rpm.spec
@ -524,6 +524,7 @@ exit 0
|
||||
%changelog
|
||||
* Tue Dec 03 2013 Panu Matilainen <pmatilai@redhat.com> - 4.11.1-11
|
||||
- generate kmod(module.ko) provides for kernel (#1025513)
|
||||
- dont override CONFIG_SITE if already set (related to #962837)
|
||||
|
||||
* Mon Nov 18 2013 Panu Matilainen <pmatilai@redhat.com> - 4.11.1-10
|
||||
- python 3 string and file compatibility fixes
|
||||
|
Loading…
Reference in New Issue
Block a user