mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
Working libraries on sys4.2
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@3074 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4eb604c7d7
commit
a011924787
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ endif
|
|||
ifeq ($(findstring hpux, $(GNUSTEP_TARGET_OS)), hpux)
|
||||
TARGET_SYSTEM_LIBS := $(CONFIG_SYSTEM_LIBS) -lm
|
||||
endif
|
||||
ifeq ($(findstring sysv4.2, $(GNUSTEP_TARGET_OS)), sysv4.2)
|
||||
TARGET_SYSTEM_LIBS := $(CONFIG_SYSTEM_LIBS) -lsocket -lnsl -ldl -lm
|
||||
endif
|
||||
|
||||
#
|
||||
# Specific settings for building shared libraries, static libraries,
|
||||
|
|
Loading…
Reference in a new issue