Accepting request 135604 from home:AndreasSchwab:ff

- Use %{optflags}

OBS-URL: https://build.opensuse.org/request/show/135604
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=29
This commit is contained in:
Takashi Iwai 2012-09-24 10:06:50 +00:00 committed by Git OBS Bridge
parent 0c494720c8
commit 30fbdcdbde
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 24 09:43:15 UTC 2012 - schwab@linux-m68k.org
- Use %{optflags}
-------------------------------------------------------------------
Fri Sep 21 22:50:34 UTC 2012 - zaitor@opensuse.org

View File

@ -70,7 +70,8 @@ This package contains the shared library for Fluidsynth.
%build
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} -Denable-ladspa=1
cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} -Denable-ladspa=1 \
-DCMAKE_C_FLAGS="%{optflags}"
make %{?_smp_mflags} VERBOSE=1
%install