Opened 12 years ago
Closed 12 years ago
#35247 closed defect (fixed)
curl: install libcurl.m4
Reported by: | neverpanic (Clemens Lang) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | haspatch | Cc: | nonstop.server@… |
Port: | curl |
Description
Curl doesn't install libcurl.m4
, but some autotools-based software tries to use macros defined in libcurl.m4
and expects the distribution to ship this file.
The attached patch installs the file from ${worksrcpath}/docs/libcurl/libcurl.m4
into ${prefix}/share/aclocal
like a number of other ports already do with their $name.m4
files.
This blocks the update of yubico-c-client and yubico-pam (which have removed their downstream copy of this file).
Attachments (1)
Change History (4)
Changed 12 years ago by neverpanic (Clemens Lang)
Attachment: | curl-install-libcurl-m4.patch added |
---|
comment:1 Changed 12 years ago by nonstop.server@…
Cc: | nonstop.server@… added |
---|
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r96487 — sorry for the delay!
Note: See
TracTickets for help on using
tickets.
Cc Me!