[Lunar-commits] <moonbase> libproxy: Adjusting the perl optional_depends so libproxy can

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Dec 23 03:03:42 CET 2010


commit c79774570ef6d7c2507324f2b92cee116df6b0ad
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 22 21:03:42 2010 -0500

    libproxy: Adjusting the perl optional_depends so libproxy can
    
    find libperl.so. You won't see this unless a lunar update/fix is done.
---
 libs/libproxy/DEPENDS |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libs/libproxy/DEPENDS b/libs/libproxy/DEPENDS
index e140943..2b514fc 100644
--- a/libs/libproxy/DEPENDS
+++ b/libs/libproxy/DEPENDS
@@ -16,7 +16,8 @@ optional_depends  "Python"            \
                   "for the Python bindings"
 
 optional_depends  "perl"              \
-                  "-DWITH_PERL=ON"    \
+                  "-DWITH_PERL=ON     \
+                   -DPERL_VENDORINSTALL=ON"   \
                   "-DWITH_PERL=OFF"   \
                   "for Perl bindings"
 


More information about the Lunar-commits mailing list