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
-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
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
+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
+}