summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-19 19:34:39 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-19 19:34:39 +0000
commitb7f964b90c3fb286e4ec0e23cf164253a4da63a2 (patch)
tree3e72a8354c09acbb33091618f3be84035ccfe811 /makeopts.in
parent3277b9af1137aca9f05a324f957c1e32bcba7d1b (diff)
There is an architectural issue with the way menuselect works in zaptel. If
the menuselect.makeopts file gets automatically created when running make, then the Makefile does not get the contents of that file included. The bug exposed itself where libnewt was not found, but we tried to build it anyway. This hack prevents that from happening, but the larger issue needs to be addressed. It can be fixed once the actual building of the modules and userspace tools are done by sub Makefiles ... (closes issue #11199) Reported by: dimas Patches: newt_select_makefile.diff uploaded by tzafrir (license 46) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3528 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 6af94be..c2bf075 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -26,6 +26,7 @@ sysconfdir = @sysconfdir@
DOWNLOAD=@DOWNLOAD@
+PBX_LIBNEWT=@PBX_LIBNEWT@
NEWT_LIB=@NEWT_LIB@
NEWT_INCLUDE=@NEWT_INCLUDE@