Re: [OpenWrt-Devel] [PATCH-v3] samba 3.0.37 update

2011-08-08 Thread Cezary Jackiewicz
Dnia 2011-08-08, o godz. 15:56:17 Maarten Bezemer napisał(a): > It saves about 260kB on the smbd executable size. Good to hear it. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.

Re: [OpenWrt-Devel] [PATCH-v3] samba 3.0.37 update

2011-08-08 Thread Maarten Bezemer
On Sun, 2011-08-07 at 19:30 +0200, Cezary Jackiewicz wrote: > Dnia 2011-08-06, o godz. 14:57:00 > Maarten Bezemer napisał(a): > > Next: try do not include files from printing/* if SAMBA3_NO_PRINTING > (AVM_NO_PRINTING) is selected. Thanks again for a good suggestion. I added a patch to remove

Re: [OpenWrt-Devel] [PATCH-v3] samba 3.0.37 update

2011-08-07 Thread Cezary Jackiewicz
Dnia 2011-08-06, o godz. 14:57:00 Maarten Bezemer napisał(a): Next: try do not include files from printing/* if SAMBA3_NO_PRINTING (AVM_NO_PRINTING) is selected. -- Pozdrawiam, Cezary Jackiewicz ___ openwrt-devel mailing list openwrt-devel@lists

Re: [OpenWrt-Devel] [PATCH-v3] samba 3.0.37 update

2011-08-06 Thread Maarten Bezemer
On Thu, 2011-08-04 at 14:50 +0200, Cezary Jackiewicz wrote: > > I assumed that since it is available as external library, it would be > > better to use this external (shared) library to save some space. Now I > > realize that it is statically linked and my assumption is incorrect and > > resulting

Re: [OpenWrt-Devel] [PATCH-v3] samba 3.0.37 update

2011-08-04 Thread Cezary Jackiewicz
> I assumed that since it is available as external library, it would be > better to use this external (shared) library to save some space. Now I > realize that it is statically linked and my assumption is incorrect and > resulting in an extra unnecessary dependency. > > So it would be better to use

Re: [OpenWrt-Devel] [PATCH-v3] samba 3.0.37 update

2011-08-04 Thread Maarten Bezemer
On Thu, 2011-08-04 at 06:56 +0200, Cezary Jackiewicz wrote: > Dnia 2011-08-03, o godz. 23:35:24 > Maarten Bezemer napisał(a): > > > - Made separate package for nmbd > > (see: https://dev.openwrt.org/ticket/9451) > > - Reduced the size of smbpasswd to about its previous size. (Almost) the > > co

Re: [OpenWrt-Devel] [PATCH-v3] samba 3.0.37 update

2011-08-03 Thread Cezary Jackiewicz
Dnia 2011-08-03, o godz. 23:35:24 Maarten Bezemer napisał(a): > - Made separate package for nmbd > (see: https://dev.openwrt.org/ticket/9451) > - Reduced the size of smbpasswd to about its previous size. (Almost) the > complete source of smbd got included and somehow not stripped away > properl