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
319 B

--- open-iscsi-2.0-872.orig/utils/open-isns/configure.ac
+++ open-iscsi-2.0-872/utils/open-isns/configure.ac
@@ -79,7 +79,7 @@ AC_ARG_WITH(slp,
WITH_SLP=$withval
else
WITH_SLP=yes
- CPPFLAGS="$CPPFLAGS -I${withval}"
+ CPPFLAGS="$CPPFLAGS -I${withval} -lslp"
LDFLAGS="$LDFLAGS -L${withval}"
fi
]