summaryrefslogtreecommitdiff
path: root/package/avahi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-31 17:53:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-31 17:53:55 +0200
commit1cd31f169fab4ab0ce45617c161da3fec9f7359d (patch)
treee705bef0fbb742cafc1ca64b6c786db1b82622ab /package/avahi
parent5e82ed3e9ada7f5c9e66db5568032a49f66a6e93 (diff)
fix regressions from ipkg rework
- remove old glib1 lib - rename glib2 -> glib - rename libgdbm -> gdbm - remove obsoleted wireless-tools, use iw - remove upstream unmaintained slurm make allmodconfig runs through on Debian/lenny amd64 for alix1c target
Diffstat (limited to 'package/avahi')
-rw-r--r--package/avahi/Config.in1
-rw-r--r--package/avahi/Makefile6
2 files changed, 3 insertions, 4 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in
index b64b0e33d..260096bb6 100644
--- a/package/avahi/Config.in
+++ b/package/avahi/Config.in
@@ -10,6 +10,7 @@ config ADK_PACKAGE_AVAHI_DAEMON
select ADK_COMPILE_AVAHI
select ADK_PACKAGE_LIBAVAHI
select ADK_PACKAGE_LIBDAEMON
+ select ADK_PACKAGE_GLIB
help
Avahi is a system which facilitates service discovery on a local network --
this means that you can plug your laptop or computer into a network and
diff --git a/package/avahi/Makefile b/package/avahi/Makefile
index 83834b872..513b52963 100644
--- a/package/avahi/Makefile
+++ b/package/avahi/Makefile
@@ -21,17 +21,17 @@ PKG_SECTION_2:= libs
include ${TOPDIR}/mk/package.mk
+TLDFLAGS+= -lintl
$(eval $(call PKG_template,AVAHI_DAEMON,avahi-daemon,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,AVAHI_DNSCONFD,avahi-dnsconfd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS_1},${PKG_DESCR_1},${PKG_SECTION}))
$(eval $(call PKG_template,LIBAVAHI,libavahi,${PKG_VERSION}-${PKG_RELEASE},,${PKG_DESCR_2},${PKG_SECTION_2}))
CONFIGURE_STYLE= gnu
-CONFIGURE_ARGS+= --disable-glib \
+CONFIGURE_ARGS+= --enable-glib \
--disable-qt3 \
--disable-qt4 \
--disable-gtk \
--disable-dbus \
- --enable-expat \
--enable-libdaemon \
--disable-python \
--disable-pygtk \
@@ -76,7 +76,5 @@ post-install:
${INSTALL_DIR} ${IDIR_LIBAVAHI}/usr/lib
${CP} ${WRKINST}/usr/lib/libavahi-common.so.* ${IDIR_LIBAVAHI}/usr/lib/
${CP} ${WRKINST}/usr/lib/libavahi-core.so.* ${IDIR_LIBAVAHI}/usr/lib/
- ${SED} 's,-I$$(includedir),,g' ${WRKINST}/usr/lib/pkgconfig/avahi-core.pc
- ${SED} 's,-L$$(libdir),,g' ${WRKINST}/usr/lib/pkgconfig/avahi-core.pc
include ${TOPDIR}/mk/pkg-bottom.mk