]> git.pld-linux.org Git - packages/dosemu.git/commitdiff
- moved -fomit-frame-pointer to specflags
authorTomasz Pala <gotar@pld-linux.org>
Fri, 24 Oct 2003 09:57:00 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosemu.spec -> 1.97

dosemu.spec

index 0c1329716ed4d0751c9d458cc2c74fce18cd7a48..2db0f8434c9644a763de6bab4d2cfe7300ce74f2 100644 (file)
@@ -57,6 +57,7 @@ Obsoletes:    xdosemu
 
 %define                _xbindir        /usr/X11R6/bin
 %define                _dosemudir      /var/lib/dosemu
+%define                specflags       -fomit-frame-pointer
 
 %description
 Dosemu is a DOS emulator. Once you've installed dosemu, start the DOS
@@ -147,7 +148,7 @@ sh tmp/do_patch
 %patch4 -p1
 
 %build
-OPTFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"; export OPTFLAGS
+OPTFLAGS="%{rpmcflags}"; export OPTFLAGS
 
 ./mkpluginhooks enable plugin_keyboard off plugin_kbd_unicode on \
 plugin_extra_charset on plugin_term on plugin_translate on plugin_demo off
This page took 0.064959 seconds and 4 git commands to generate.