b21e067fb2
- Fix ownership of /usr/lib[64]/audit (#894307). - Rename release engineering directory to `releng' (#903754). - Fix multibyte character processing crash in regexp (#905874, #905877, CVE-2013-0242)
13 lines
340 B
Diff
13 lines
340 B
Diff
diff -rup a/releng/glibc.spec.in b/releng/glibc.spec.in
|
|
--- a/releng/glibc.spec.in 2011-10-19 05:04:41.000000000 -0600
|
|
+++ b/releng/glibc.spec.in 2012-02-03 09:26:36.669828253 -0700
|
|
@@ -316,7 +316,7 @@ GCC="gcc -m64"
|
|
GXX="g++ -m64"
|
|
%endif
|
|
%ifarch ppc64
|
|
-BuildFlags="-mno-minimal-toc"
|
|
+BuildFlags=
|
|
GCC="gcc -m64"
|
|
GXX="g++ -m64"
|
|
%endif
|