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:
parent
a6827ffcad
commit
a0e649d830
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user