Skip to content

Commit 35d12ad

Browse files
committed
move the typelib-build workaround to rock.toolchain, where it belongs
1 parent f820191 commit 35d12ad

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

overrides.rb

-11
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,3 @@
22
rock_toolchain.add Autobuild::Package['gui/vizkit']
33
rock_toolchain.add Autobuild::Package['bundles/rock']
44
end
5-
6-
7-
# 2014-03-12:
8-
# temporary fix for boost bug: https://svn.boost.org/trac/boost/ticket/7979
9-
# on debian testing
10-
only_on 'debian' do
11-
cmake_package 'typelib' do |pkg|
12-
pkg.define "RUBY_EXECUTABLE", Autoproj.find_in_path(RbConfig::CONFIG['RUBY_INSTALL_NAME'])
13-
pkg.define "GLIBC_HAVE_LONG_LONG"
14-
end
15-
end

0 commit comments

Comments
 (0)