mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-26 12:42:40 +02:00
Fix a couple of compiler-related bugs
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5822 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
cd490461a9
commit
850173ff54
@ -280,6 +280,7 @@ compiler() {
|
||||
debugflags="-w"
|
||||
[ -n "$DEBUG" ] && debugflags='-wd'
|
||||
[ -n "$PROFILE" ] && DEBUGFLAGS='-wd:DProf'
|
||||
shift # Perl compiler doesn't need a command
|
||||
perl $debugflags /usr/share/shorewall-perl/compiler.pl $@
|
||||
;;
|
||||
shell)
|
||||
|
Loading…
x
Reference in New Issue
Block a user