On 03/11/2012 07:22 AM, Victor Miasnikov wrote: > > Hi! > > Patch for add copy libstdc++-6.dll in win32_pkg.bash
Can you use git format-patch to create the patch and then git send-email to send it? That way I can just apply it and you will get credit for the patch in the commit log. Thanks, Ben > > == > --- xorp/win32_pkg.bash.orig Wed Feb 29 09:11:46 2012 > +++ xorp/win32_pkg.bash Sun Mar 11 16:40:29 2012 > @@ -55,6 +55,7 @@ > cp /usr/i686-pc-mingw32/sys-root/mingw/bin/libcrypto-10.dll > /usr/local/xorp/sbin/ || exit 3 > cp /usr/i686-pc-mingw32/sys-root/mingw/bin/zlib1.dll /usr/local/xorp/sbin/ > || exit 4 > cp /usr/i686-pc-mingw32/sys-root/mingw/bin/libgcc_s_sjlj-1.dll > /usr/local/xorp/sbin/ || exit 5 > +cp /usr/i686-pc-mingw32/sys-root/mingw/bin/libstdc++-6.dll > /usr/local/xorp/sbin/ || exit 8 > cp /usr/i686-pc-mingw32/sys-root/mingw/bin/libgnurx-0.dll > /usr/local/xorp/sbin/ || exit 6 > == > > > Best regards, Victor Miasnikov > Blog: http://vvm.blog.tut.by/ > > P.S. > > + small patch > > == > --- README.orig Wed Feb 29 09:11:46 2012 > +++ README Sun Mar 11 16:37:16 2012 > @@ -51,7 +51,7 @@ > 2. Status > ========= > > -This is XORP Release 1.8.3 > +This is XORP Release 1.8.5 > > Supported platforms: > == > > _______________________________________________ > Xorp-hackers mailing list > [email protected] > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
