forked from altlinux/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rebuild with -Werror removed
- Loading branch information
Fr. Br. George
committed
Feb 27, 2013
1 parent
37781fd
commit b56d263
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: screen | ||
Version: 4.0.3 | ||
Release: alt10 | ||
Release: alt10.1 | ||
|
||
Summary: A screen manager that supports multiple sessions on one terminal | ||
License: GPLv2+ | ||
|
@@ -56,7 +56,7 @@ autoconf | |
# Does it work at all? | ||
#__perl -pi -e 's|.*#undef HAVE_BRAILLE.*|#define HAVE_BRAILLE 1|' config.h | ||
|
||
%make_build CFLAGS="%optflags -Werror" | ||
%make_build CFLAGS="%optflags" | ||
bzip2 -9kf doc/*.ps | ||
|
||
%install | ||
|
@@ -115,6 +115,9 @@ ln -f %_libexecdir/utempter/utempter %_libexecdir/screen/ | |
%doc NEWS README FAQ doc/README.DOTSCREEN doc/*.ps.* | ||
|
||
%changelog | ||
* Wed Feb 27 2013 Fr. Br. George <[email protected]> 4.0.3-alt10.1 | ||
- Rebuild with -Werror removed | ||
|
||
* Mon Jul 16 2012 Dmitry V. Levin <[email protected]> 4.0.3-alt10 | ||
- Fixed build with gcc 4.6. | ||
|
||
|