Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Compile Switches Used in Package

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
kc0dxf
Posts: 54
Joined: 2006-09-21 16:47

Compile Switches Used in Package

#1 Post by kc0dxf »

I'm wondering how to determine what options were used when building a package? Is this listed somewhere? In particular I'm trying to find out if, for the ntp package, the option: --enable-ntp-signd was used.
bobber

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Compile Switches Used in Package

#2 Post by Head_on_a_Stick »

The .dsc file for the package[1] should list a "VCS-Browser" URL for the source.

debian/rules usually shows the configuration options:

https://salsa.debian.org/pkg-ntp-team/n ... /rules#L35

So, yes, --enable-ntp-signd was used.

[1] Available from the deb-src repositories or the packages web interface (sidebar on the right hand side of the package page, under "Download Source Package").
deadbang

kc0dxf
Posts: 54
Joined: 2006-09-21 16:47

Re: Compile Switches Used in Package

#3 Post by kc0dxf »

Excellent, thanks.
bobber

Post Reply