]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_pjsip_dlg_options: Fix MODULEINFO section. 37/2737/1
authorCorey Farrell <git@cfware.com>
Sat, 2 May 2015 07:15:15 +0000 (03:15 -0400)
committerJoshua Colp <jcolp@digium.com>
Sat, 30 Apr 2016 16:49:37 +0000 (13:49 -0300)
Removed the extra space before "MODULEINFO" in res_pjsip_dlg_options.
This extra space prevented any of the dependencies from being seen by
menuselect, so building with default options would fail if PJSIP was
not installed.

This also makes the tool that extracts information for menuselect
tolerant of multiple spaces in the future.

ASTERISK-25033 #close
Reported by: Peter Whisker

Change-Id: Iccd54846f70c4a7a50cb5bf70b7bb5cb4bab3698

build_tools/get_moduleinfo
res/res_pjsip_dlg_options.c

index 92bc7e920389d582f27e4a9c1cd3e76127fb5967..2d846ad2886283a19b00a2a2647349d121c42320 100644 (file)
@@ -1,3 +1,4 @@
 /\/\*\*\* MODULEINFO/ {printit=1; next}
 /\*\*\*\// {if (printit) exit}
 /.*/ {if (printit) print}
+
index 54c9f860fe9e71f6b7054717891b0bbd5a743ee5..564c51fbf484791d8fabd4f7346b33047e34347a 100644 (file)
@@ -16,7 +16,7 @@
  * at the top of the source tree.
  */
 
-/***  MODULEINFO
+/*** MODULEINFO
        <depend>pjproject</depend>
        <depend>res_pjsip</depend>
        <depend>res_pjsip_session</depend>