Просмотр исходного кода

- fixed LIBS in SunOS Makefile part
- added special case for SunOS in print/Makefile (other LDFLAGS, -G required)

Andrei Pelinescu-Onciul 24 лет назад
Родитель
Сommit
66fe760d27
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -45,7 +45,8 @@ ifeq  ($(ARCH), SunOS)
 
 MAKE=gmake
 YACC=yacc
-LIBS=$(LIBS) -L/usr/local/lib -lxnet # or -lnsl -lsocket or -lglibc ?
+LDFLAGS=-O2
+LIBS+=-L/usr/local/lib -lxnet # or -lnsl -lsocket or -lglibc ?
 
 endif
 ifeq ($(ARCH), FreeBSD)