mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Fix build on Haiku for undefined reference to inet_aton
This commit is contained in:
committed by
Christoph Cullmann
parent
d5380981d6
commit
48dba940f8
@@ -97,6 +97,10 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
list(APPEND konsole_LIBS util)
|
||||
endif()
|
||||
|
||||
if(HAIKU)
|
||||
list(APPEND konsole_LIBS network) # for undefined reference to `inet_aton'
|
||||
endif()
|
||||
|
||||
# TODO: Move this to an internal folder if it grows too much.
|
||||
# This konsoleprivate_core is the "core" library that depends in nothing from konsole itself
|
||||
# so we can start to detangle the codebase.
|
||||
|
||||
Reference in New Issue
Block a user