Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37906263
en ru br
ALT Linux repos
S:5.1.8-alt6
D:5.0.3-alt1.1
5.0: 5.0.4-alt2
4.1: 5.0.1-alt1
4.0: 5.0.1-alt1
3.0: 4.1.4-alt0.3

Other repositories
Upstream:4.1.4

Group :: System/Kernel and hardware
RPM: autofs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: autofs-4.1.3-clean.patch
Download


--- autofs-4.1.3-orig/Makefile.rules	2004-01-29 19:01:22 +0300
+++ autofs-4.1.3/Makefile.rules	2004-05-26 14:13:01 +0400
@@ -18,13 +18,13 @@
 # The STRIP defined here *must not* remove any dynamic-loading symbols
 
 ifdef DEBUG
-CFLAGS    = -O2 -g -DDEBUG
-LDFLAGS   = -g
+CFLAGS    = $(RPM_OPT_FLAGS) -ggdb
+LDFLAGS   = -ggdb
 STRIP     = :
 else
-CFLAGS    = -O3 -fomit-frame-pointer -Wall
-LDFLAGS   = -s
-STRIP     = strip --strip-debug
+CFLAGS    = $(RPM_OPT_FLAGS)
+LDFLAGS   =
+STRIP     = :
 endif
 
 CC        = gcc
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin