diff options
author | Stewart Honsberger <blkdeath@gentoo.org> | 2004-01-24 18:46:05 +0000 |
---|---|---|
committer | Stewart Honsberger <blkdeath@gentoo.org> | 2004-01-24 18:46:05 +0000 |
commit | 6f875b5acc02948bae94499433f3ccd936c5e746 (patch) | |
tree | fae29eefa40d0232af750b2bc6e4f5c6b6b1f7d0 /net-ftp | |
parent | Improved the sysfs patch to accomodate dual-kernel-boots; updated copyright y... (diff) | |
download | historical-6f875b5acc02948bae94499433f3ccd936c5e746.tar.gz historical-6f875b5acc02948bae94499433f3ccd936c5e746.tar.bz2 historical-6f875b5acc02948bae94499433f3ccd936c5e746.zip |
Flag-o-Matic "append-ldflags" fix
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/proftpd/Manifest | 2 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.9.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/proftpd/Manifest b/net-ftp/proftpd/Manifest index 0f153a1d1cd2..cd184a071b53 100644 --- a/net-ftp/proftpd/Manifest +++ b/net-ftp/proftpd/Manifest @@ -7,7 +7,7 @@ MD5 f29eb6e755937b7bd540ae7a64309a49 proftpd-1.2.9_rc1.ebuild 2908 MD5 4f9ff456a1e0bc583b44fff8c2392e40 proftpd-1.2.9_rc2-r1.ebuild 3160 MD5 3bc8ce3f5baacf0756ccc0a5d7d08ce9 proftpd-1.2.9_rc2.ebuild 3036 MD5 8b61bc1b4a71805531b36c33915858dd proftpd-1.2.9_rc3.ebuild 3123 -MD5 6beb385b17a46530128b779f30adeb0b proftpd-1.2.9.ebuild 3014 +MD5 a46c227dd375672dfe2cf2cdb4af1210 proftpd-1.2.9.ebuild 3017 MD5 6236a589ef01778d118911281b20be51 files/digest-proftpd-1.2.5-r1 66 MD5 c1dc1d9278d5b77f53ea44ee848dafc6 files/digest-proftpd-1.2.7 211 MD5 cb6cd6133728449d0da092b1d6147b9d files/digest-proftpd-1.2.8 66 diff --git a/net-ftp/proftpd/proftpd-1.2.9.ebuild b/net-ftp/proftpd/proftpd-1.2.9.ebuild index fec823ccab5c..8da622cdd7da 100644 --- a/net-ftp/proftpd/proftpd-1.2.9.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9.ebuild,v 1.5 2004/01/24 04:38:49 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9.ebuild,v 1.6 2004/01/24 18:45:58 blkdeath Exp $ inherit flag-o-matic @@ -34,7 +34,7 @@ src_compile() { if use ldap; then einfo ldap modules="${modules}:mod_ldap" - export LDFLAGS="-lresolv" + append-ldflags "-lresolv" fi if use ssl; then |