Skip to content
Snippets Groups Projects
Commit 90d89402 authored by Ian Lynagh's avatar Ian Lynagh Committed by pcapriotti
Browse files

The dph libraries are not required in the 7.6 branch

And we don't build them by default, as they shouldn't go into the
release.
parent 7445c98a
No related branches found
No related tags found
No related merge requests found
......@@ -650,7 +650,6 @@ END
sub main {
$tags{"-"} = 1;
$tags{"dph"} = 1;
while ($#_ ne -1) {
my $arg = shift;
......
......@@ -84,7 +84,7 @@ if [ $no_clean -eq 0 ]; then
INSTDIR=`cygpath -m "$INSTDIR"`
fi
/usr/bin/perl -w boot --validate --required-tag=dph
/usr/bin/perl -w boot --validate
./configure --prefix="$INSTDIR" $config_args
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment