[Lunar-commits] <moonbase> libproxy: Removing the bad_flags from the BUILD, no longer needed. Changing
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Sep 26 14:53:00 CEST 2010
commit 5a3ba0d9a4bb7fc14781c620e37d1a80b326e553
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Sep 26 08:53:00 2010 -0400
libproxy: Removing the bad_flags from the BUILD, no longer needed. Changing
the optional_depends from kde4 to kdebase4 and there is no java option that
I could find in any of the configure/Makefiles. Also adding optional_depends
webkit.
---
libs/libproxy/BUILD | 3 ---
libs/libproxy/DEPENDS | 10 +++++-----
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/libs/libproxy/BUILD b/libs/libproxy/BUILD
index b465f47..007bcb1 100644
--- a/libs/libproxy/BUILD
+++ b/libs/libproxy/BUILD
@@ -9,9 +9,6 @@
# Done
fi &&
- bad_flags "-Wl,-O1,--as-needed" &&
- bad_flags "-Wl,--as-needed" &&
-
default_build
) > $C_FIFO 2>&1
diff --git a/libs/libproxy/DEPENDS b/libs/libproxy/DEPENDS
index 56139b4..62dee44 100644
--- a/libs/libproxy/DEPENDS
+++ b/libs/libproxy/DEPENDS
@@ -1,4 +1,4 @@
-optional_depends "kde4" \
+optional_depends "kdebase4" \
"--with-kde" \
"--without-kde" \
"for KDE support"
@@ -13,10 +13,10 @@ optional_depends "Python" \
"--without-python" \
"for the Python bindings"
-#optional_depends "%JAVA_SDK" \
-# "--with-java" \
-# "--without-java" \
-# "for Java bindings"
+optional_depends "webkit" \
+ "--with-webkit" \
+ "--without-webkit" \
+ "for webkit support" \
#optional_depends "mono" \
# "" \
More information about the Lunar-commits
mailing list