]> git.pld-linux.org Git - packages/akanga.git/commitdiff
- s/RPM_OPT_FLAGS/OPTFLAGS/, removed unconditional -O2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 30 Oct 2002 12:49:23 +0000 (12:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    akanga-config.patch -> 1.3

akanga-config.patch

index 4212c8a8269f38a07d55efe593760f5e59f9996d..a8d1716fa892c99a1b93db99bcfae66feb0037f4 100644 (file)
@@ -14,7 +14,7 @@
  CC    = gcc -ansi -ggdb $(WARN)
  #CC   = cc
 -CFLAGS        = $(DEFS) -O2 -m486 -fomit-frame-pointer 
-+CFLAGS        = $(DEFS) $(RPM_OPT_FLAGS) -O2 -fomit-frame-pointer 
++CFLAGS        = $(DEFS) $(OPTFLAGS)
  
  ##  If you have -DUSE_TERMCAP, set this as appropriate:
  #LDFLAGS = -ltermlib
This page took 0.056622 seconds and 4 git commands to generate.