Ticket #1104 (new defect)
quota’s configure should detect the need for -D_LINUX_QUOTA_VERSION=1
Reported by: | jdreed | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | The Distant Future |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
Anders notes: "quota builds on precise without any LIBS setting; I only had to add CPPFLAGS=-D_LINUX_QUOTA_VERSION=1 to fix “error: ‘struct dqblk’ has no member named ‘dqb_curblocks’"."
However, it may be moot as we will hopefully have replaced quota as part of the liblocker rewrite.
Change History
Note: See
TracTickets for help on using
tickets.
debian/rules already does this; I only needed to set it manually because I was running configure by hand.
Perhaps configure should detect this automatically, so I’m modifying the ticket accordingly.