Browse Source

- fix linking errors on solaris, this needs lresolv, reported
from Muhammad Akl


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@5106 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 years ago
parent
commit
d7ebc94f13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/kamunix/Makefile

+ 1 - 1
utils/kamunix/Makefile

@@ -14,7 +14,7 @@ include ../../Makefile.sources
 # if you want to tune or reset flags
 #DEFS:= 
 #LDFLAGS:= 
-LIBS= 
+LIBS=-lresolv
 
 include ../../Makefile.rules