diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-07-03 15:55:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-03 15:55:15 +0000 |
commit | 8ea1444177fa4050b76db522a44fce82541a73f3 (patch) | |
tree | 33facb6a628f6a01d3241c7e0341b9e091a794de /packages/samba/samba_3.0.14a.bb | |
parent | fd009c38ded8c69bb161b828d5f0a83227115c07 (diff) |
Add patch to define quota type which defaults to an imcompatible one in latest glibc.
Diffstat (limited to 'packages/samba/samba_3.0.14a.bb')
-rw-r--r-- | packages/samba/samba_3.0.14a.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/samba/samba_3.0.14a.bb b/packages/samba/samba_3.0.14a.bb index d58b939399..68a261cbc1 100644 --- a/packages/samba/samba_3.0.14a.bb +++ b/packages/samba/samba_3.0.14a.bb @@ -1,4 +1,5 @@ -PR = "r6" + +PR = "r7" # Ugly patch to hack configure.in to set the CPPFLAGS without actually checking for LFS support # For nslu2. Will probably work for forcing for other archs as well. @@ -10,6 +11,7 @@ SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ file://cifs.patch;patch=1 \ ${LFS_SRC_URI} \ file://init \ + file://quota.patch;patch=1;pnum=0 \ " S := ${WORKDIR}/${P}/source |