Merge http://openembedded.bkbits.net/packages
authorChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 03:25:50 +0000 (03:25 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 20 Jan 2004 03:25:50 +0000 (03:25 +0000)
into linux.local:/home/kergoth/code/packages

2004/01/19 22:25:12-05:00 local!kergoth
BUGFIX: explicit configure opts for samba to fix the build being affected greatly by development distro.

BKrev: 400c9fbeSPs-emG4765HN2q_P1rEew

samba/samba_3.0.0.oe
samba/samba_3.0.1.oe

index 6a4dbdc..98a4ffb 100644 (file)
@@ -1,5 +1,5 @@
-DEPENDS = virtual/libc
-RDEPENDS = libc6
+DEPENDS = virtual/libc readline
+RDEPENDS = libc6 readline
 
 SRC_URI := http://us2.samba.org/samba/ftp/old-versions/samba-${PV}.tar.bz2 \
           file://${FILESDIR}/configure.patch;patch=1
@@ -7,6 +7,8 @@ S := ${WORKDIR}/${P}/source
 
 inherit autotools
 
+EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \
+             --without-ads --without-automount'
 do_configure_prepend () {
        ./script/mkversion.sh
        if [ ! -e acinclude.m4 ]; then
index e69de29..8591fe5 100644 (file)
@@ -0,0 +1,17 @@
+DEPENDS = virtual/libc readline
+RDEPENDS = libc6 readline
+
+SRC_URI := http://us2.samba.org/samba/ftp/samba-${PV}.tar.bz2 \
+          file://${FILESDIR}/configure.patch;patch=1
+S := ${WORKDIR}/${P}/source
+
+inherit autotools
+
+EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \
+             --without-ads --without-automount'
+do_configure_prepend () {
+       ./script/mkversion.sh
+       if [ ! -e acinclude.m4 ]; then
+               cat aclocal.m4 > acinclude.m4
+       fi
+}