FS#75611 - [dnsmasq] Possibly incorrect install target used for libidn support

Attached to Project: Arch Linux
Opened by Neil Darlow (neildarlow) - Monday, 15 August 2022, 15:15 GMT
Last edited by Christian Hesse (eworm) - Monday, 15 August 2022, 15:33 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: The dnsmasq manpage section INTERNATIONALISATION is explicit about the use of installation targets. I have extracted the relevant sentences below:

Dnsmasq can be compiled to support internationalisation. To do this, the make targets "all-i18n" and "install-i18n" should be used instead of the standard targets "all" and "install".

The PKGBUILD for dnsmasq has the following install section:

make \
COPTS="$_build_copts" \
PREFIX=/usr \
BINDIR=/usr/bin \
DESTDIR="$pkgdir" \
install install-i18n

Note how the install target is included as well as the install-i18n target.This appears to conflict with the guidance given by the author.


Additional info:
* dnsmasq-2.86-2
* PKGBUILD
* https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html - Referenced manpage

Steps to reproduce:
N/A
This task depends upon

Closed by  Christian Hesse (eworm)
Monday, 15 August 2022, 15:33 GMT
Reason for closing:  Fixed
Additional comments about closing:  in svn

Loading...