From a2e5113512e893029a6b8c52b23ab0349ca76071 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 11 Aug 2007 22:26:56 +0000 Subject: Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib --- package/avahi/avahi.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package/avahi') diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 8d1179c38..f66742423 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -4,10 +4,10 @@ # ############################################################# # -# This program is free software; you can redistribute it -# and/or modify it under the terms of the GNU Lesser General -# Public License as published by the Free Software Foundation; -# either version 2.1 of the License, or (at your option) any +# This program is free software; you can redistribute it +# and/or modify it under the terms of the GNU Lesser General +# Public License as published by the Free Software Foundation; +# either version 2.1 of the License, or (at your option) any # later version. AVAHI_VERSION:=0.6.19 @@ -48,7 +48,7 @@ $(AVAHI_DIR)/.configured: $(AVAHI_DIR)/.unpacked $(AVAHI_EXPAT_DEP) (cd $(AVAHI_DIR) && \ $(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_ARGS) \ - LIBDAEMON_CFLAGS="-I$(STAGING_DIR)/include" \ + LIBDAEMON_CFLAGS="-I$(STAGING_DIR)/usr/include" \ LIBDAEMON_LIBS="-L$(STAGING_DIR)/lib -ldaemon" \ ac_cv_func_strtod=yes \ ac_fsusage_space=yes \ @@ -116,7 +116,7 @@ $(AVAHI_DIR)/.configured: $(AVAHI_DIR)/.unpacked $(AVAHI_EXPAT_DEP) --sysconfdir=/etc \ --datadir=/usr/share \ --localstatedir=/var \ - --includedir=/include \ + --includedir=/usr/include \ --mandir=/usr/man \ --infodir=/usr/info \ $(DISABLE_NLS) \ -- cgit v1.2.3