Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
7e7a2064
Commit
7e7a2064
authored
7 years ago
by
Alexander Traud
Browse files
Options
Downloads
Patches
Plain Diff
BuildSystem: In OpenBSD, xmlstarlet is xml.
ASTERISK-27593 Change-Id: I1c7087f7f7582e40b3312c690d912c9a86466805
parent
2f392bed
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.moddir_rules
+1
-1
1 addition, 1 deletion
Makefile.moddir_rules
configure
+8
-3
8 additions, 3 deletions
configure
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
10 additions
and
5 deletions
Makefile.moddir_rules
+
1
−
1
View file @
7e7a2064
...
...
@@ -115,7 +115,7 @@ ifneq ($(findstring :,$(XMLSTARLET)$(BASH)),:)
@
if
[
-f
.moduleinfo
]
;
then
\
declare
-A
DISABLED_MODS
;
\
for
x
in
$(
MENUSELECT_
$(
MENUSELECT_CATEGORY
))
;
do
DISABLED_MODS[
$${
x
}
]=
1
;
done
;
\
EXTERNAL_MODS
=
$$(
xmlstarlet
sel
-t
-m
"/category/member[support_level = 'external']"
-v
"@name"
-n
.moduleinfo
)
;
\
EXTERNAL_MODS
=
$$(
$(
XMLSTARLET
)
sel
-t
-m
"/category/member[support_level = 'external']"
-v
"@name"
-n
.moduleinfo
)
;
\
for
x
in
$${
EXTERNAL_MODS
}
;
do
\
if
[
-z
"
$${
DISABLED_MODS[
$${
x
}
]
}
"
]
;
then
\
$(
ASTTOPDIR
)
/build_tools/download_externals
$${
x
}
;
\
...
...
This diff is collapsed.
Click to expand it.
configure
+
8
−
3
View file @
7e7a2064
...
...
@@ -7604,8 +7604,10 @@ $as_echo "no" >&6; }
fi
# Extract the first word of "xmlstarlet", so it can be a program name with args.
set dummy xmlstarlet; ac_word=$2
for ac_prog in xmlstarlet xml
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_XMLSTARLET+:} false; then :
...
...
@@ -7631,7 +7633,6 @@ done
done
IFS=$as_save_IFS
test -z "$ac_cv_path_XMLSTARLET" && ac_cv_path_XMLSTARLET=":"
;;
esac
fi
...
...
@@ -7645,6 +7646,10 @@ $as_echo "no" >&6; }
fi
test -n "$XMLSTARLET" && break
done
test -n "$XMLSTARLET" || XMLSTARLET=":"
# Extract the first word of "bash", so it can be a program name with args.
set dummy bash; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
7e7a2064
...
...
@@ -281,7 +281,7 @@ AC_PATH_PROG([RUBBER], [rubber], :)
AC_PATH_PROG([CATDVI], [catdvi], :)
AC_PATH_PROG([KPATHSEA], [kpsewhich], :)
AC_PATH_PROG([XMLLINT], [xmllint], :)
AC_PATH_PROG([XMLSTARLET], [xmlstarlet], :)
AC_PATH_PROG
S
([XMLSTARLET], [xmlstarlet
xml
], :)
AC_PATH_PROG([BASH], [bash], :)
AC_PATH_PROG([GIT], [git], :)
AC_PATH_PROG([ALEMBIC], [alembic], :)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment