Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94363 Details for
Bug 126694
app-forensics/aide-0.13.1 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix NLS configuration
aide-0.11-locale.diff (text/plain), 1.22 KB, created by
Timothy Stotts
on 2006-08-15 17:20:07 UTC
(
hide
)
Description:
patch to fix NLS configuration
Filename:
MIME Type:
Creator:
Timothy Stotts
Created:
2006-08-15 17:20:07 UTC
Size:
1.22 KB
patch
obsolete
>diff -Naur aide-0.11/config.h.in aide-0.11.fixed/config.h.in >--- aide-0.11/config.h.in 2006-02-09 06:34:10.000000000 -0500 >+++ aide-0.11.fixed/config.h.in 2006-08-15 20:07:13.000000000 -0400 >@@ -288,6 +288,9 @@ > /* Define if LOCALE support should be used */ > #undef USE_LOCALE > >+/* Define locale directory */ >+#undef LOCALEDIR >+ > /* Version number of package */ > #undef VERSION > >diff -Naur aide-0.11/configure.in aide-0.11.fixed/configure.in >--- aide-0.11/configure.in 2006-02-18 07:46:41.000000000 -0500 >+++ aide-0.11.fixed/configure.in 2006-08-15 20:07:05.000000000 -0400 >@@ -274,12 +274,18 @@ > AC_HELP_STRING([--with-locale], > [use locale stuff]), > [AC_CHECK_HEADERS(libintl.h, >- [AC_DEFINE(USE_LOCALE,1,[Define if LOCALE support should be used]) >- AIDE_USE_LOCALE="" >-dnl AC_DEFINE_UNQUOTED(LOCALEDIR,"$prefix/lib/locale",[Localedir to use])], >+ [AC_DEFINE(USE_LOCALE,1,[Define if LOCALE support should be used])] > )] > ) > >+AC_ARG_WITH([localedir], >+ AC_HELP_STRING([--with-localedir], >+ [Localedir to use]), >+ [AC_DEFINE_UNQUOTED(LOCALEDIR,"$withval",[Localedir to use])], >+ [AC_DEFINE_UNQUOTED(LOCALEDIR,"$prefix/lib/locale",[Localedir to use])] >+) >+ >+ > AC_SUBST(AIDE_USE_LOCALE) > > AC_ARG_WITH([syslog_ident],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126694
:
86679
|
94362
|
94363
|
110822
|
110995
|
110996
|
111000
|
115823