use -ldl when linking
dlopen etc. require -ldl to link
This commit is contained in:
parent
06e74656f6
commit
b8dbde1e64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user