blob: 3611ee8012ccd2150c99f88d4cd0c66744213f88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig Tue May 4 01:31:00 1999
+++ Makefile Thu May 11 19:51:30 2000
@@ -60,8 +60,8 @@
#CPP = /lib/cpp # on older systems
# make sure libraries are not linked dynamically (as a security measure)
-#LDFLAGS= -static # Most systems, Linux / RedHat 5.2 and previous
-LDFLAGS= -ldl # Solaris 2.x, Redhat 6.0
+LDFLAGS= -static # Most systems, Linux / RedHat 5.2 and previous
+#LDFLAGS= -ldl # Solaris 2.x, Redhat 6.0
# common
#LDFLAGS= -non_shared # OSF/1
#LDFLAGS= -Bstatic # SunOS 4 (cannot statically link tripwire
|