Fix build bustage. (Solaris tbox resolving gethostbyname at link time.)
git-svn-id: svn://10.0.0.236/trunk@84156 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -28,7 +28,12 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = src test
|
||||
DIRS = src
|
||||
|
||||
# solaris tbox doesn't like this!
|
||||
ifneq (,$(filter Linux,$(OS_ARCH)))
|
||||
DIRS += test
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user