svn commit: trunk/buildroot/package/dropbear

prpplague at uclibc.org prpplague at uclibc.org
Tue Jan 24 15:34:07 UTC 2006


Author: prpplague
Date: 2006-01-24 07:34:05 -0800 (Tue, 24 Jan 2006)
New Revision: 13556

Log:
disable wtmp and lastlog in config as well as the dbclient symlink generation per case 0000521

Modified:
   trunk/buildroot/package/dropbear/dropbear.mk


Changeset:
Modified: trunk/buildroot/package/dropbear/dropbear.mk
===================================================================
--- trunk/buildroot/package/dropbear/dropbear.mk	2006-01-24 15:15:16 UTC (rev 13555)
+++ trunk/buildroot/package/dropbear/dropbear.mk	2006-01-24 15:34:05 UTC (rev 13556)
@@ -42,7 +42,8 @@
 		--mandir=/usr/man \
 		--infodir=/usr/info \
 		$(DISABLE_NLS) \
-		--with-shared \
+		--disable-wtmp \
+		--disable-lastlog \
 	);
 ifeq ($(strip $(BR2_PACKAGE_DROPBEAR_URANDOM)),y)
 	$(SED) 's,^#define DROPBEAR_RANDOM_DEV.*,#define DROPBEAR_RANDOM_DEV \"/dev/urandom\",' \
@@ -70,6 +71,7 @@
 	ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dbclient
 	ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearkey
 	ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearconvert
+	ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dbclient
 	cp $(DROPBEAR_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/
 	chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear
 




More information about the uClibc-cvs mailing list