This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14259] --localedir arg to configure is ignored


http://sourceware.org/bugzilla/show_bug.cgi?id=14259

--- Comment #6 from Andreas Jaeger <aj at suse dot de> 2012-07-26 13:37:15 UTC ---
Comment on attachment 6454
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6454
patch to fix --localedir configure argument

You seem to change the behaviour.

With your change I get on i686 via config.make (without specifying --localedir)
datarootdir = ${prefix}/share
localedir = ${datarootdir}/locale

Previously localedir was unset and thus Makeconfig set it to:
localedir = $(libdir)/locale

So, now it's /usr/share/locale and previously it was /usr/lib/locale.

This change is not acceptable. Let me work on a better patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]