From a0e649d8301f765446a44940382db1e825ee1127c0b5cff21b0adb7c0176cffb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 4 Jun 2011 08:54:02 +0000 Subject: [PATCH] Add more required backslashes to do successful compilation. OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=30 --- iproute2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iproute2.spec b/iproute2.spec index 097c6dc..e255cad 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -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