- enable file entry widget
This commit is contained in:
parent
ca49f10ee3
commit
bb35f4cd60
1 changed files with 2 additions and 2 deletions
|
|
@ -327,9 +327,9 @@ export tagname=CC
|
|||
|
||||
# Do the make, with various flags:
|
||||
%if %{require_function_declarations}
|
||||
make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
|
||||
make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS -Werror-implicit-function-declaration -UGNOME_DISABLE_DEPRECATED"
|
||||
%else
|
||||
make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS"
|
||||
make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool CFLAGS="$CFLAGS -UGNOME_DISABLE_DEPRECATED"
|
||||
%endif
|
||||
|
||||
#cat /dev/null > default_user/local/Inbox/mbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue