[Home]

Summary:ASTERISK-04031: [patch] unused INSTALL_PREFIX passed to the compiler Makefile
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2005-05-02 06:38:12Date Closed:2011-06-07 14:05:30
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_adsi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pm.1
Description:INSTALL_PREFIX is passed to the compiler but it does not seem to be used anywhere else in the sources except from this Makefile. In the interest of clarity i would suggest to remove it from CFLAGS.
Trivial patch is attached.
I would also suggest to document that INSTALL_PREFIX is meant (at least this is my understanding) to act as a global prefix for all pathnames, and not as a (missing) architecture-specific basename for installing stuff (e.g. /usr vs /usr/local and the like).
Comments:By: Luigi Rizzo (rizzo) 2005-05-02 06:39:30

(please disregard, misfiled with wrong category

By: Michael Jerris (mikej) 2005-05-02 07:40:11

Duplicate of 4130