ftp(1) was static for years, as a recovery seatbelt. These days
authorderaadt <deraadt@openbsd.org>
Mon, 12 Oct 2015 16:39:07 +0000 (16:39 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 12 Oct 2015 16:39:07 +0000 (16:39 +0000)
reliability has improved, and other repair methods are easier from
bsd.rd or whatnot.  As a static binary ftp has limited ASLR, yet it has
7 libraries...  Making it non-static means the ASLR picture improves.
Let's see who moans first.
ok miod daniel

usr.bin/ftp/Makefile

index 3fbc392..0c4fc6a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.28 2015/02/09 08:24:20 tedu Exp $
+#      $OpenBSD: Makefile,v 1.29 2015/10/12 16:39:07 deraadt Exp $
 
 # Define SMALL to disable command line editing and https support
 #CFLAGS+=-DSMALL
@@ -11,7 +11,6 @@ CPPFLAGS+= -DINET6
 
 LDADD+=        -ledit -lcurses -lutil -ltls -lssl -lcrypto
 DPADD+=        ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
-LDSTATIC= ${STATIC}
 
 #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes