diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-09-20 20:04:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-09-20 20:04:53 +0000 |
commit | 305571c795a303b05c132580fcfd5de05385d17d (patch) | |
tree | 82fd3aa8be3a315b47057c6dccefd86d7306a437 /net-ftp/proftpd | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-305571c795a303b05c132580fcfd5de05385d17d.tar.gz gentoo-2-305571c795a303b05c132580fcfd5de05385d17d.tar.bz2 gentoo-2-305571c795a303b05c132580fcfd5de05385d17d.zip |
*** empty log message ***
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild index 21d79dd43bfd..64942c9e93de 100644 --- a/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild,v 1.2 2000/09/15 20:09:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild,v 1.3 2000/09/20 20:04:53 achim Exp $ P=proftpd-1.2.0rc2 A="${P}.tar.gz" @@ -15,7 +15,7 @@ src_unpack() { } src_compile() { - CFLAGS="$CFLAGS -I/usr/include/mysql" try ./configure --host=${CHOST} --prefix=/usr --sbindir=/usr/sbin \ + LDFLAGS="-Lssl" CFLAGS="$CFLAGS -I/usr/include/mysql" try ./configure --host=${CHOST} --prefix=/usr --sbindir=/usr/sbin \ --sysconfdir=/etc --localstatedir=/var/run --mandir=/usr/man \ --with-modules=mod_ldap:mod_ratio:mod_readme:mod_linuxprivs:mod_mysql:mod_sqlpw:mod_pam \ --disable-sendfile --enable-shadow --enable-autoshadow |