#593 Poco 1.5.0 on FreeBSD: cannot find -ldl

This commit is contained in:
Alex
2012-12-11 21:25:37 -06:00
parent ccd66358b9
commit 7529891713
2 changed files with 5 additions and 1 deletions

View File

@@ -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 \