mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
DBus in most cases requres pthreads library, especially on OpenBSD in this case.
This commit is contained in:
parent
da0370a255
commit
f799482f64
@ -27,7 +27,7 @@ ObjectC++Flags Splash.cpp : -DEDEWM_HAVE_NET_SPLASH ;
|
||||
ObjectC++Flags evoke.cpp : -DUSE_SIGHUP ;
|
||||
|
||||
ObjectC++Flags EvokeService.cpp : $(EDELIB_DBUS_INCLUDE) ;
|
||||
LinkAgainstAsFirst evoke : $(EDELIB_DBUS_LIB) ;
|
||||
LinkAgainstAsFirst evoke : $(EDELIB_DBUS_LIB) $(PTHREAD_LIBS) ;
|
||||
|
||||
EdeProgram evoke : $(SOURCE) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user