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.
12 lines
319 B
12 lines
319 B
14 years ago
|
--- 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
|
||
|
]
|