mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
#593 Poco 1.5.0 on FreeBSD: cannot find -ldl
This commit is contained in:
@@ -20,7 +20,10 @@ include $(POCO_BASE)/Data/ODBC/ODBC.make
|
||||
# Note: #
|
||||
# Do not change linking order or move this line up, these libs have to be linked in this order. #
|
||||
##################################################################################################
|
||||
SYSLIBS += -lltdl -ldl
|
||||
SYSLIBS += -lltdl
|
||||
ifneq ($(POCO_CONFIG),FreeBSD)
|
||||
SYSLIBS += -ldl
|
||||
endif
|
||||
|
||||
objects = ODBCTestSuite Driver \
|
||||
ODBCDB2Test ODBCMySQLTest ODBCOracleTest ODBCPostgreSQLTest \
|
||||
|
Reference in New Issue
Block a user