]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:43 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    emacs.spec -> 1.16

emacs.spec

index 3bdcb28fbd77fa40ead490e2625d9506485bb217..253b39862ab68243f42713cf4010899e10a81c9a 100644 (file)
@@ -198,7 +198,7 @@ System; install emacs if you will be using X.
 libtoolize --force --copy
 autoconf
 
-CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -DMAIL_USE_LOCKF -DNCURSES_OSPEED_T" 
+CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -DMAIL_USE_LOCKF -DNCURSES_OSPEED_T" 
 export CFLAGS
 
 # Build binary with X support
This page took 0.106321 seconds and 4 git commands to generate.