Bug 68516 - APR-iconv does not respect --libdir
Summary: APR-iconv does not respect --libdir
Status: NEW
Alias: None
Product: APR
Classification: Unclassified
Component: APR-iconv (show other bugs)
Version: 1.7.4
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-22 06:45 UTC by creatorsmithmdt
Modified: 2024-01-22 06:46 UTC (History)
1 user (show)



Attachments
A patch for Makefile.in which resolves the issue (451 bytes, text/plain)
2024-01-22 06:45 UTC, creatorsmithmdt
Details
A patch for configure.in which resolves the issue (493 bytes, text/plain)
2024-01-22 06:46 UTC, creatorsmithmdt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description creatorsmithmdt 2024-01-22 06:45:46 UTC
Created attachment 39534 [details]
A patch for Makefile.in which resolves the issue

APR-iconv will set the library installation directory to $prefix/lib regardless of the value passed via --libdir. 

Patches fixing this for both Makefile.in and configure.in are attached.
Comment 1 creatorsmithmdt 2024-01-22 06:46:11 UTC
Created attachment 39535 [details]
A patch for configure.in which resolves the issue