diff options
Diffstat (limited to 'net-misc/libreswan/libreswan-9999.ebuild')
-rw-r--r-- | net-misc/libreswan/libreswan-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/libreswan/libreswan-9999.ebuild b/net-misc/libreswan/libreswan-9999.ebuild index b4c24412356b..c4f69d342b73 100644 --- a/net-misc/libreswan/libreswan-9999.ebuild +++ b/net-misc/libreswan/libreswan-9999.ebuild @@ -69,10 +69,12 @@ src_configure() { export USE_LIBCURL=$(usetf curl) export USE_LDAP=$(usetf ldap) export USE_XAUTHPAM=$(usetf pam) + export DEBUG_CFLAGS= + export OPTIMIZE_CFLAGS= } src_compile() { - emake programs + emake all } src_install() { |