projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55cc1fd
)
avahi: ensure locale data is installed into /usr/share, not /usr/lib
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 7 Oct 2010 14:00:41 +0000
(16:00 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 7 Oct 2010 14:00:41 +0000
(16:00 +0200)
Otherwise it won't be found / target-localepurge won't remove it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/avahi/avahi.mk
patch
|
blob
|
history
diff --git
a/package/avahi/avahi.mk
b/package/avahi/avahi.mk
index e1bebd9149a47fbb94e49acdb5f576ae3008412f..c7f91490d456833d03772426456046112f18e1f9 100644
(file)
--- a/
package/avahi/avahi.mk
+++ b/
package/avahi/avahi.mk
@@
-64,7
+64,8
@@
AVAHI_CONF_ENV = ac_cv_func_strtod=yes \
ac_cv_func_working_mktime=yes \
jm_cv_func_working_re_compile_pattern=yes \
ac_use_included_regex=no \
- avahi_cv_sys_cxx_works=yes
+ avahi_cv_sys_cxx_works=yes \
+ DATADIR=share
AVAHI_CONF_OPT = --localstatedir=/var \
--disable-qt3 \