Add more required backslashes to do successful compilation.

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=30
This commit is contained in:
Jan Engelhardt 2011-06-04 08:54:02 +00:00 committed by Git OBS Bridge
parent a6827ffcad
commit a0e649d830

View File

@ -86,7 +86,7 @@ find . -name *.orig -print0 | xargs -r0 rm -v
# build with -fPIC. For details see
# https://bugzilla.novell.com/show_bug.cgi?id=388021
xtlibdir="$(pkg-config xtables --variable=xtlibdir)";
make %{?_smp_mflags} LIBDIR=%_libdir CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -fPIC -DXT_LIB_DIR=\"$xtlibdir\""
make %{?_smp_mflags} LIBDIR=%_libdir CCOPTS="-D_GNU_SOURCE %optflags -Wstrict-prototypes -fPIC -DXT_LIB_DIR=\\\"$xtlibdir\\\""
cd doc
make pdf