Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
05a54b9630
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      package/public/boost/boost.conf

+ 4
- 2
package/public/boost/boost.conf

@ -26,10 +26,12 @@ makeinstopt=
# otherwise rebuilding boost does not reinstall static files
#var_insert taropt ' ' -m
icu=0
pkginstalled libicu && icu=1
hook_add preconf 3 "rm configure"
hook_add inmake 5 "bjam -sTOOLS=gcc"
hook_add inmake 5 "bjam -sTOOLS=gcc -sHAVE_ICU=$icu"
hook_add postmake 5 "bjam --prefix=$prefix --libdir=$libdir \
--includedir=$includedir -sTOOLS=gcc -sHAVE_ICU=0 --layout=system \
--includedir=$includedir -sTOOLS=gcc -sHAVE_ICU=$icu --layout=system \
install"

Loading…
Cancel
Save