aboutsummaryrefslogtreecommitdiffstats
path: root/packages/samba/samba.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-09-03 19:58:28 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-09-03 19:58:28 +0000
commit686c5dbff2ad6918861584f81a91a9e33a1195ff (patch)
treee5d3c3ff8472c9dab2cfec179491b9c971cb8691 /packages/samba/samba.inc
parent19ec4cd1ca4a876c63ee75646fc627c374c067eb (diff)
downloadopenembedded-686c5dbff2ad6918861584f81a91a9e33a1195ff.tar.gz
samba: depend on virtual/libiconv and supply path to it to fix building - taken from #2900
Diffstat (limited to 'packages/samba/samba.inc')
-rw-r--r--packages/samba/samba.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/samba/samba.inc b/packages/samba/samba.inc
index aa3083d1f6..bcae4e7885 100644
--- a/packages/samba/samba.inc
+++ b/packages/samba/samba.inc
@@ -1,6 +1,6 @@
SECTION = "console/network"
LICENSE = "GPL"
-DEPENDS = "readline"
+DEPENDS = "readline virtual/libiconv"
SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
file://configure.patch;patch=1 \
@@ -10,6 +10,7 @@ S = "${WORKDIR}/samba-${PV}/source"
inherit autotools
EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \
+ --with-libiconv=${STAGING_LIBDIR}/.. \
--without-ads --without-automount --with-smbmount'
PACKAGES =+ "libsmbclient libsmbclient-dev cifs cifs-doc"