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.
|
--- a/hack/make.sh
|
|
+++ b/hack/make.sh
|
|
@@ -95,7 +95,7 @@ fi
|
|
# with a newer libdevmapper than the one it was built with.
|
|
if
|
|
command -v gcc &> /dev/null \
|
|
- && ! (echo -e '#include <libdevmapper.h>\nint main() { dm_task_deferred_remove(NULL); }' | gcc -xc - -o /dev/null $(pkg-config --libs devmapper) &> /dev/null) \
|
|
+ && ! (echo -e '#include <libdevmapper.h>\nint main() { dm_task_deferred_remove(NULL); }' | gcc -xc - -o /dev/null $(pkg-config --libs libdevmapper) &> /dev/null) \
|
|
;
|
|
then
|
|
add_buildtag libdm dlsym_deferred_remove
|