diff options
-rw-r--r-- | packaging/lzop.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/lzop.spec b/packaging/lzop.spec index 0693ced..8814718 100644 --- a/packaging/lzop.spec +++ b/packaging/lzop.spec @@ -25,6 +25,8 @@ of the GNU General Public License (GPL). %build cp %{SOURCE1001} . +CFLAGS+=" -std=gnu89 " +CXXFLAGS+=" -std=gnu++98 " %configure --disable-nls make PR_PROGRAM=%{_bindir}/pr |