SHA256
6
0
forked from pool/screen

Accepting request 137554 from home:lnt-sysadmin:branches:Base:System

The currently used "--enable-locale" is not correct, it should be "--enable-use-locale" instead, as the configure code is testing: 
-------- 
if test "$enable_use_locale" = "yes"; then 
... 
-------- 
Hence, using "--enable-locale" will result in a warning about an unknown option.

Changelog updated and bug reported upstream here: https://savannah.gnu.org/bugs/index.php?37528

OBS-URL: https://build.opensuse.org/request/show/137554
OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=37
This commit is contained in:
Ismail Dönmez
2012-10-09 13:15:30 +00:00
committed by Git OBS Bridge
parent f516d617e1
commit 603a97f8a3
3 changed files with 33 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 9 07:47:52 UTC 2012 - lnt-sysadmin@lists.lrz.de
- add use_locale.diff to fix --enable-use-locale configure option
-------------------------------------------------------------------
Thu Sep 13 13:52:04 CEST 2012 - mls@suse.de