mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
build system fixes
This commit is contained in:
parent
4add907d71
commit
4923172241
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user