We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8dd45 commit c4fb728Copy full SHA for c4fb728
src/build.sh
@@ -219,6 +219,10 @@ function build_pkg {
219
220
trap 'rm -f ../*.dsc ../*.tar.gz; cd "$old_path"' RETURN # cleanup on build failure
221
222
+ # Reenable FETCHCONTENT from external sources (disabled by debhelper)
223
+ # https://sources.debian.org/src/debhelper/13.26/debian/changelog#L710
224
+ sed -i "/dh_auto_configure --/ a \ \ -DFETCHCONTENT_FULLY_DISCONNECTED=OFF \\\\" debian/rules
225
+
226
# Enable CATKIN_INSTALL_INTO_PREFIX_ROOT for catkin package
227
if [ "$pkg_name" = "catkin" ]; then
228
sed -i 's@-DCATKIN_BUILD_BINARY_PACKAGE="1"@-DCATKIN_INSTALL_INTO_PREFIX_ROOT="1"@' debian/rules
0 commit comments