diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-07-03 16:07:18 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-03 16:07:18 +0000 |
commit | 42d1e34d7637df66c065269d5f00766e44c0c014 (patch) | |
tree | 738957a2a876b3a805a5da75b87bbe92c463f25f | |
parent | be942b01f9338e0d07a8c239f5c1b7c17b92ac54 (diff) | |
parent | 8ea1444177fa4050b76db522a44fce82541a73f3 (diff) |
merge of 09a8da47b54f1328431c3acf759622b48a210fb1
and 9495acb7fa79535be3dc1aec9165fc8dfa1b0ccf
-rw-r--r-- | packages/samba/files/quota.patch | 11 | ||||
-rw-r--r-- | packages/samba/samba_3.0.14a.bb | 4 |
2 files changed, 14 insertions, 1 deletions
diff --git a/packages/samba/files/quota.patch b/packages/samba/files/quota.patch new file mode 100644 index 0000000000..6f42ff868f --- /dev/null +++ b/packages/samba/files/quota.patch @@ -0,0 +1,11 @@ +--- lib/sysquotas_4A.c.old 2005-07-03 17:16:00.000000000 +0200 ++++ lib/sysquotas_4A.c 2005-07-03 17:10:09.000000000 +0200 +@@ -28,6 +28,8 @@ + /* long quotactl(int cmd, char *special, qid_t id, caddr_t addr) */ + /* this is used by: HPUX,IRIX */ + ++ #define _LINUX_QUOTA_VERSION 1 ++ + #ifdef HAVE_SYS_TYPES_H + #include <sys/types.h> + #endif 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 |