Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37715276
en ru br
ALT Linux repos
4.1: 1.33.1-alt2

Group :: Development/C++
RPM: boost1.33

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: boost-1.32.0-alt-symlink.patch
Download


--- boost_1_32_0/tools/build/v1/allyourbase.jam.vns	2004-11-07 19:55:58 +0300
+++ boost_1_32_0/tools/build/v1/allyourbase.jam	2005-01-18 17:18:23 +0300
@@ -2108,7 +2108,7 @@
 actions HardLink
 {
     $(RM) "$(<)" 2$(NULL_OUT) $(NULL_OUT)
-    $(LN) "$(>)" "$(<)" $(NULL_OUT)
+    $(LN) -s "$(>)" "$(<)" $(NULL_OUT)
 }
 
 actions Install
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin