Revision: 25920 http://sourceforge.net/p/gar/code/25920 Author: slowfranklin Date: 2016-08-31 12:07:14 +0000 (Wed, 31 Aug 2016) Log Message: ----------- samba/branches/samba4: Set LINKER_IGNORE to empty to get rid of -z ignore
Modified Paths: -------------- csw/mgar/pkg/samba/branches/samba4/Makefile Modified: csw/mgar/pkg/samba/branches/samba4/Makefile =================================================================== --- csw/mgar/pkg/samba/branches/samba4/Makefile 2016-08-30 14:14:06 UTC (rev 25919) +++ csw/mgar/pkg/samba/branches/samba4/Makefile 2016-08-31 12:07:14 UTC (rev 25920) @@ -27,6 +27,8 @@ LINKER_MAPS_5.10 ?= -M "$(abspath $(WORKDIR)/map.solaris)" LINKER_MAPS = $(LINKER_MAPS_$(GAROSREL)) +LINKER_IGNORE = + #BUILD_DEP_PKGS += CSWlibtalloc-dev BUILD_DEP_PKGS += CSWlibpopt-dev BUILD_DEP_PKGS += CSWlibgamin-dev This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.