You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
genkernel_fork/patches/iscsi/2.0-872/open-iscsi-2.0.872-slp.patch

12 lines
259 B

--- a/utils/open-isns/configure.ac
+++ b/utils/open-isns/configure.ac
@@ -80,7 +80,7 @@ AC_ARG_WITH(slp,
else
WITH_SLP=yes
CPPFLAGS="$CPPFLAGS -I${withval}"
- LDFLAGS="$LDFLAGS -L${withval}"
+ LDFLAGS="$LDFLAGS -L${withval} -lslp"
fi
]
)