[Home]

Summary:ASTERISK-05148: [patch] libpri Makefile tweaks
Reporter:knielsen (knielsen)Labels:
Date Opened:2005-09-26 02:56:40Date Closed:2005-09-26 12:00:56
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) libpri-make-patch2-dist.txt
Description:We are compiling and installing Asterisk automatically from scripts into multiple different destination directories. To do this without having to modify the Makefile of libpri for each build, we needed to slightly extend the libpri Makefile. I think the tweaks would be of general use, so I submit them here.

****** ADDITIONAL INFORMATION ******

Changes:

1. Allow to override the values of PROC and INSTALL_PREFIX with environment variables (PROC=i585 INSTALL_PREFIX=/myast make install).

2. Don't run ldconfig if we are not root (to allow non-root installation).

Disclaimer is on file.
Comments:By: knielsen (knielsen) 2005-09-26 03:01:12

Sorry, that patch had a left-over hardcoded /app/icts path that is not suitable for inclusion in the general Asterisk CVS. Here is a new patch libpri-make-patch2-dist.txt.

By: Kevin P. Fleming (kpfleming) 2005-09-26 12:00:38

Committed to CVS HEAD, thanks!