I'm ok with, and like, all of it, except for the architecture specific naughty bits.

Can you use some of the CVS vars we already have set (such as ARCH) to determine what those should be and do "if" statements in the .rul file?

If so, go for it, says I.

Cheers, -Brian


Andrea Righi wrote:

I think we could reduce the ssh binaries / lib dependencies with these configure options... IMHO features like kerberos, pam, etc are not necessary at all...

If you agree I can commit this.
-Andrea

------------------------------------------------------------------------

--- make.d/openssh.rul  31 Jan 2005 21:20:25 -0000      1.22
+++ make.d/openssh.rul  7 Feb 2005 16:52:00 -0000
@@ -45,7 +45,14 @@
        ( cd $(SRC_DIR) && tar -xvzf $(OPENSSH_TARBALL) )
        cd $(SRC_DIR)/$(OPENSSH_DIR) && ./configure --prefix=/usr \
                                                                                
                --sysconfdir=/etc/ssh \
-                                                                               
                --host=i586-pc-linux-gnu
+                                                                               
                --host=i586-pc-linux-gnu \
+                                                                               
                --disable-last-log --disable-libutil \
+                                                                               
                --disable-pututxline --disable-utmpx --disable-wtmpx \
+                                                                               
                --without-pam --with-ldflags=-s --with-4in6=no \
+                                                                               
                --without-opensc --without-sectok \
+                                                                               
                --without-kerberos5 --without-kerberos4 \
+                                                                               
                --without-afs --without-md5-passwords --without-bsd-auth \
+                                                                               
                --with-xauth=no
        $(MAKE) -C $(SRC_DIR)/$(OPENSSH_DIR)

$(SRC_DIR)/openssh_verify.stamp: $(OPENSSH_TARBALL_TARGET)



-- ------------------------------------------------------ Brian Elliott Finley Mobile: 630.631.6621 gpg --keyserver wwwkeys.pgp.net --recv-keys 10F8EE52 ------------------------------------------------------



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to