aboutsummaryrefslogtreecommitdiff
path: root/security/tripwire-131/files/patch-ab
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-04-01 04:44:00 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-04-01 04:44:00 +0000
commit28d7af23c3c29b0f6071d83da4a3d7cb8e408b51 (patch)
treedcff73f445c4afea3223fd189ee78889fba6cec5 /security/tripwire-131/files/patch-ab
parent16be91f502701c33ccbfd067a00322622969bf0f (diff)
downloadports-28d7af23c3c29b0f6071d83da4a3d7cb8e408b51.tar.gz
ports-28d7af23c3c29b0f6071d83da4a3d7cb8e408b51.zip
Notes
Diffstat (limited to 'security/tripwire-131/files/patch-ab')
-rw-r--r--security/tripwire-131/files/patch-ab43
1 files changed, 43 insertions, 0 deletions
diff --git a/security/tripwire-131/files/patch-ab b/security/tripwire-131/files/patch-ab
new file mode 100644
index 000000000000..b7db1c46c099
--- /dev/null
+++ b/security/tripwire-131/files/patch-ab
@@ -0,0 +1,43 @@
+*** Makefile.orig Mon Jul 25 10:59:41 1994
+--- Makefile Thu Jan 2 12:04:35 1997
+***************
+*** 12,21 ****
+ ###
+
+ # destination directory for final executables
+! DESTDIR = /secureplace/bin
+
+ # destination for man pages
+! MANDIR = /usr/man
+
+ # system utilities
+ LEX = lex
+--- 12,21 ----
+ ###
+
+ # destination directory for final executables
+! DESTDIR = /usr/local/bin
+
+ # destination for man pages
+! MANDIR = /usr/local/man
+
+ # system utilities
+ LEX = lex
+***************
+*** 60,66 ****
+ #CPP = /lib/cpp # on older systems
+
+ # make sure libraries are not linked dynamically (as a security measure)
+! LDFLAGS= # common
+ #LDFLAGS= -non_shared # OSF/1
+ #LDFLAGS= -Bstatic # SunOS 4 (cannot statically link tripwire
+ # on Solaris 2.3)
+--- 60,67 ----
+ #CPP = /lib/cpp # on older systems
+
+ # make sure libraries are not linked dynamically (as a security measure)
+! LDFLAGS= -static
+! #LDFLAGS= # common
+ #LDFLAGS= -non_shared # OSF/1
+ #LDFLAGS= -Bstatic # SunOS 4 (cannot statically link tripwire
+ # on Solaris 2.3)