FG

How to pass custom options to configure when building a package with debuild?

Fresh3 days ago
Mar 15, 202624463 views
Confidence Score0%
0%

Problem

Short background: I'm using Debian Sid. Currently the audacity package is conflicting with the pidgin package, because gstreamer0.10-plugins-bad are outdated. I'm trying to rebuild it, but one of the unit tests is failing as one plugin I don't need is causing a segfault. I need to disable these tes…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to pass custom options to configure when building a package with debuild?

Low Risk

You can solve this by editing the debian/rules file. Add a new target to override at the end of the file. In the snippet below I override dh_auto_configure by changing configure's install prefix. Note that you can replace with any configure option(s…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment