SF.net SVN: gar:[25531] csw/mgar/pkg/samba/branches/samba4
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Fri Jan 22 10:16:21 CET 2016
Revision: 25531
http://sourceforge.net/p/gar/code/25531
Author: janholzh
Date: 2016-01-22 09:16:21 +0000 (Fri, 22 Jan 2016)
Log Message:
-----------
samba/branches/samba4: change map files for Solaris 10
Modified Paths:
--------------
csw/mgar/pkg/samba/branches/samba4/Makefile
Added Paths:
-----------
csw/mgar/pkg/samba/branches/samba4/files/map.solaris
Modified: csw/mgar/pkg/samba/branches/samba4/Makefile
===================================================================
--- csw/mgar/pkg/samba/branches/samba4/Makefile 2016-01-21 17:38:19 UTC (rev 25530)
+++ csw/mgar/pkg/samba/branches/samba4/Makefile 2016-01-22 09:16:21 UTC (rev 25531)
@@ -11,6 +11,7 @@
DISTFILES = $(NAME)-$(VERSION).tar.gz
DISTFILES += cswsamba
DISTFILES += cswwinbind
+DISTFILES += map.solaris
# From http://www.reallylinux.com/docs/smb.conf
DISTFILES += smb.conf
# This is taken from the old Samba package
@@ -22,8 +23,9 @@
GARCOMPILER = GNU
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 solaris11-sparc solaris11-i386
-#Disable Linker Maps to try to fix problems with Solaris10
-LINKER_MAPS =
+#change Linker Maps to try to fix problems with Solaris10
+LINKER_MAPS_5.10 ?= -M "$(abspath $(WORKDIR)/map.solaris)"
+LINKER_MAPS = $(LINKER_MAPS_$(GAROSREL))
BUILD_DEP_PKGS += CSWlibtalloc-dev
BUILD_DEP_PKGS += CSWlibpopt-dev
Added: csw/mgar/pkg/samba/branches/samba4/files/map.solaris
===================================================================
--- csw/mgar/pkg/samba/branches/samba4/files/map.solaris (rev 0)
+++ csw/mgar/pkg/samba/branches/samba4/files/map.solaris 2016-01-22 09:16:21 UTC (rev 25531)
@@ -0,0 +1 @@
+libc.so - SUNW_1.22.7 SUNWprivate_1.1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list