CFLAGS="$RPM_OPT_FLAGS" added
authorJan Kupec <jkupec@suse.cz>
Mon, 30 Oct 2006 12:27:52 +0000 (12:27 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 30 Oct 2006 12:27:52 +0000 (12:27 +0000)
zypper.spec.in

index 79ec860..47d7b1b 100644 (file)
@@ -44,6 +44,7 @@ Authors:
 gettextize -f
 autoreconf --force --install --symlink --verbose
 %{?suse_update_config:%{suse_update_config -f}}
+CFLAGS="$RPM_OPT_FLAGS" \
 CXXFLAGS="$RPM_OPT_FLAGS" \
 ./configure --prefix=%{prefix} --libdir=%{_libdir} --mandir=%{_mandir} --disable-static
 make %{?jobs:-j %jobs}