Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5967 ec354946-7b23-47d6-9f5a-488ba84defc7

shaolin 12 years ago
parent
commit
9705bfef03
1 changed files with 2 additions and 1 deletions
  1. 2 1
      g/gamix/gamix-vl.spec

+ 2 - 1
g/gamix/gamix-vl.spec

@@ -28,13 +28,14 @@ GTK を使用した ALSA 用のミキサー・プログラムです。
 %patch
 
 %build
+export CFLAGS="%{optflags}"
 ./configure \
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
 	--bindir=%{_bindir} \
 	--with-included-gettext \
 	--with-gtk-target=-2.0
-make CFLAGS="%{optflags}"
+make
 
 %install
 rm -rf %{buildroot}