summaryrefslogtreecommitdiff
path: root/packaging/Solaris
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-21 13:22:34 +0100
committerJeremy Allison <jra@samba.org>2015-03-24 00:00:20 +0100
commit00df00d8d06b149d960a901f7fe2e49f0cb3c081 (patch)
treef2ad4938538e169562e17d3899b501a5444cd87c /packaging/Solaris
parentcccec4484224de4a6ad888f42c5f71bcd29314fd (diff)
downloadsamba-00df00d8d06b149d960a901f7fe2e49f0cb3c081.tar.gz
lib: Convert [up|low]case.dat to C
This creates a bit more source code, but it removes the requirement to explicitly mmap the files Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'packaging/Solaris')
-rw-r--r--packaging/Solaris/makepkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index b40320dd9a5..9c4dd059fcd 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -12,7 +12,7 @@ SBINPROGS="smbd nmbd winbindd swat"
BINPROGS="findsmb nmblookup eventlogadm pdbedit rpcclient smbclient smbcquotas smbspool smbtar tdbbackup testparm wbinfo net ntlm_auth profiles smbcacls smbcontrol smbpasswd smbstatus smbtree tdbdump"
MSGFILES="de.msg en.msg fi.msg fr.msg it.msg ja.msg nl.msg pl.msg tr.msg"
VFSLIBS="audit.so default_quota.so extd_audit.so full_audit.so readonly.so shadow_copy.so cap.so expand_msdfs.so fake_perms.so netatalk.so recycle.so"
-DATFILES="lowcase.dat upcase.dat valid.dat"
+DATFILES="valid.dat"
CHARSETLIBS="CP437.so CP850.so"
AUTHLIBS="script.so"