mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Explicitly link the against libm. NetBSD requires this
This commit is contained in:
@ -19,6 +19,6 @@ ObjectC++Flags $(SOURCE) : -Wno-long-long
|
||||
$(HALINCLUDE) ;
|
||||
|
||||
Main emountd : $(SOURCE) ;
|
||||
LinkAgainst emountd : $(EDELIBLIB) $(HALLIB) $(STDLIB) ;
|
||||
LinkAgainst emountd : $(EDELIBLIB) $(HALLIB) $(STDLIB) $(LIBM) ;
|
||||
InstallEdeProgram emountd ;
|
||||
EdeManual emountd.txt ;
|
||||
|
Reference in New Issue
Block a user