diff --git a/Data/ODBC/testsuite/Makefile b/Data/ODBC/testsuite/Makefile index abe9b085b..b50776cb3 100644 --- a/Data/ODBC/testsuite/Makefile +++ b/Data/ODBC/testsuite/Makefile @@ -20,8 +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. # ################################################################################################## +ifneq ($(OSNAME),Darwin) SYSLIBS += -lltdl -ifneq ($(POCO_CONFIG),FreeBSD) +endif +ifneq ($(OSNAME),FreeBSD) SYSLIBS += -ldl endif diff --git a/release/script/mkrelease b/release/script/mkrelease index e8a0bc83e..61383c36f 100755 --- a/release/script/mkrelease +++ b/release/script/mkrelease @@ -177,7 +177,7 @@ done # Create components file # echo "CppUnit" >${target}/components -echo "CppUnit/WinTestRunner" >${target}/components +echo "CppUnit/WinTestRunner" >>${target}/components for comp in $comps ; do echo $comp >>${target}/components