diff options
-rw-r--r-- | USER/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/USER/Makefile.PL b/USER/Makefile.PL index fdf6ae4..d847317 100644 --- a/USER/Makefile.PL +++ b/USER/Makefile.PL @@ -7,6 +7,7 @@ chomp $libs; $libs .= "-lpam_misc -lpam "; WriteMakefile( 'NAME' => 'USER', + 'OPTIMIZE' => '-Wno-declaration-after-statement', 'VERSION_FROM' => 'USER.pm', 'OBJECT' => 'USER.o', # link all the C files too 'LIBS' => "$libs", # e.g., '-lm' |