[Xorp-hackers] [PATCH] add copy libstdc++-6.dll in win32_pkg.bash

Victor Miasnikov vvm at tut.by
Sun Mar 11 07:22:05 PDT 2012


Hi!

 Patch for add copy libstdc++-6.dll in win32_pkg.bash

==
--- 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:
== 



More information about the Xorp-hackers mailing list