diff options
author | Daouda Lo <daouda@mandriva.com> | 2003-06-27 19:26:53 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2003-06-27 19:26:53 +0000 |
commit | d208e934e5179ccd1d9c41111bae9e47e6c5d617 (patch) | |
tree | 221fbd02d8e212d8b77a80faf049cc14bd90f9b9 | |
parent | 94da98891f90e251a2de9b6cd396425eff38d30b (diff) | |
download | userdrake-d208e934e5179ccd1d9c41111bae9e47e6c5d617.tar userdrake-d208e934e5179ccd1d9c41111bae9e47e6c5d617.tar.gz userdrake-d208e934e5179ccd1d9c41111bae9e47e6c5d617.tar.bz2 userdrake-d208e934e5179ccd1d9c41111bae9e47e6c5d617.tar.xz userdrake-d208e934e5179ccd1d9c41111bae9e47e6c5d617.zip |
- cleanup
-rw-r--r-- | USER/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/USER/Makefile.PL b/USER/Makefile.PL index d1a1497..528ff24 100644 --- a/USER/Makefile.PL +++ b/USER/Makefile.PL @@ -4,7 +4,6 @@ $Verbose=1; # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'USER', -# 'OPTIMIZE' => '-O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -ffast-math -fexpensive-optimizations', 'VERSION_FROM' => 'USER.pm', 'OBJECT' => 'USER.o', # link all the C files too 'LIBS' => ['-lgmodule-2.0 -lglib-2.0 -lgobject-2.0 -libpam_misc -libpam -lcrypt -luser'], # e.g., '-lm' |