diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-17 07:57:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-17 07:57:58 +0000 |
commit | 8cff8d82e677b39ef85dba8a997b70a62b4478f4 (patch) | |
tree | f1744a587294352fe6bffac11fba47a1149241e2 /perl-install | |
parent | acfb20ec24ce43116c2b48731cb126731d0e7e87 (diff) | |
download | drakx-8cff8d82e677b39ef85dba8a997b70a62b4478f4.tar drakx-8cff8d82e677b39ef85dba8a997b70a62b4478f4.tar.gz drakx-8cff8d82e677b39ef85dba8a997b70a62b4478f4.tar.bz2 drakx-8cff8d82e677b39ef85dba8a997b70a62b4478f4.tar.xz drakx-8cff8d82e677b39ef85dba8a997b70a62b4478f4.zip |
compile everything with standard flags from rpm
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/drakxtools.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec index 70cddb2c7..e5bc848c6 100644 --- a/perl-install/drakxtools.spec +++ b/perl-install/drakxtools.spec @@ -156,8 +156,7 @@ hardware classes. %setup -q %build -%make CFLAGS="$RPM_OPT_FLAGS" rpcinfo-flushed -%make ddcprobe serial_probe +%make CFLAGS="$RPM_OPT_FLAGS" rpcinfo-flushed ddcprobe serial_probe %make %install |