[Home]

Summary:ASTERISK-05299: [patch] Allows for easy building of v1-0 zaptel on a different kernel version
Reporter:Arcadiy Ivanov (arcivanov)Labels:
Date Opened:2005-10-15 12:12:16Date Closed:2008-06-07 11:08:13
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) Makefile.patch
( 1) updated-Makefile.patch
Description:This is the same functionality introduced to Makefile in the HEAD (setting KVERS as "uname -r", if not defined, and using it throughout the Makefile) but for the v1-0 branch. I don't know if this functionality is desired by the public in general, but I find it extremely useful.

Patch with a fix is attached.
Comments:By: twisted (twisted) 2005-10-17 23:04:15

Why don't we actually duplicate the changes made in the HEAD makefile then, rather than having it with different variables and all?  It would make more sense to me to do it that way, to keep consistancy within the build process..

By: Arcadiy Ivanov (arcivanov) 2005-10-17 23:25:53

Sure, lets do that, I'll upload a new patch tomorrow.

By: Arcadiy Ivanov (arcivanov) 2005-10-18 19:44:24

Updated patch is uploaded and attached to the bug. I did not merge HEAD with v1-0 Makefiles, since relative changes were too extensive, but the variable is KVERS and for all purposes the user experience should be the same.

By: Russell Bryant (russell) 2005-11-04 00:12:24.000-0600

added to 1.0, thanks!

By: Digium Subversion (svnbot) 2008-06-07 11:08:13

Repository: dahdi
Revision: 807

U   branches/v1-0/Makefile

------------------------------------------------------------------------
r807 | russell | 2008-06-07 11:08:10 -0500 (Sat, 07 Jun 2008) | 3 lines

make it easier to build against kernels other than the currently running one
(issue ASTERISK-5299)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=807