403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/math/eval/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/eval/files/patch-Makefile
--- /tmp/Eval/source/Makefile.unx	Tue Apr 13 21:04:14 1993
+++ Makefile	Sat Nov  8 11:50:35 1997
@@ -11,13 +11,14 @@
 # in order to get the string space high enough.  I haven't had any
 # trouble with any of the other source modules.
 #
-CCFLAGS=-c
+CCFLAGS=-c $(CFLAGS) ${CPPFLAGS}
 #
 # On some systems, you can use LIBC=-lc_s to make the program smaller by
 # linking to a shared library.
 #
 LIBC=-lc
 LIBM=-lm
+LIBREADLINE=-lreadline -ltermcap
 EXE=
 OBJ=.o
 HEADER=eval.h
@@ -30,7 +31,7 @@
 $(OBJFILES):  $(HEADER)
 
 Eval$(EXE):  $(OBJFILES)
-	$(CC) -o Eval $(OBJFILES) $(LIBM) $(LIBC)
+	$(CC) -o Eval $(OBJFILES) $(LIBM) $(LIBC) $(LIBREADLINE) ${LDFLAGS}
 	chmod 755 Eval
 
 eval:	Eval$(EXE)

Youez - 2016 - github.com/yon3zu
LinuXploit