use -ldl when linking
dlopen etc. require -ldl to link
This commit is contained in:
		| @@ -137,7 +137,7 @@ CXXFLAGS+=@CXXDEBUG_FLAG@ | ||||
| CXXFLAGS+=@CXX_STRERROR_FLAG@ | ||||
| CXXFLAGS+=@LFS_FLAGS@ | ||||
| INCLUDES+=-I$(TOP_BUILDDIR) -I$(TOP_DIR) -I$(TOP_DIR)/thin-provisioning | ||||
| LIBS:=-laio -lexpat | ||||
| LIBS:=-laio -lexpat -ldl | ||||
|  | ||||
| ifeq ("@DEVTOOLS@", "yes") | ||||
| LIBS+=-lncurses | ||||
|   | ||||
		Reference in New Issue
	
	Block a user