diff options
| -rw-r--r-- | package/avahi/avahi.mk | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index e1bebd914..c7f91490d 100644 --- 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 \  | 
