Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (49c20af88dce058b26b4e3543319b370e43498cd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (49c20af88dce058b26b4e3543319b370e43498cd)
  • Date: Tue, 12 May 2009 18:05:38 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/libproxy/HISTORY | 6 ++++++
net/libproxy/PRE_BUILD | 3 +++
net/libproxy/bug244028-as-needed.patch | 16 ++++++++++++++++
3 files changed, 25 insertions(+)

New commits:
commit 49c20af88dce058b26b4e3543319b370e43498cd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libproxy: Based on the fix for
http://bugs.gentoo.org/244028 to fix compilation with
-Wl,--as-needed
from
http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libproxy/files/libproxy-0.2.3-fix-as-needed-problem.patch?rev=1.1&view=markup

diff --git a/net/libproxy/HISTORY b/net/libproxy/HISTORY
index e6964cf..1f68757 100644
--- a/net/libproxy/HISTORY
+++ b/net/libproxy/HISTORY
@@ -1,3 +1,9 @@
+2009-05-12 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Apply bug244028-as-needed.patch
+ * bug244028-as-needed.patch: Based on the fix for
+ http://bugs.gentoo.org/244028 to fix compilation with
-Wl,--as-needed
+ from
http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libproxy/files/libproxy-0.2.3-fix-as-needed-problem.patch?rev=1.1&view=markup
+
2009-02-23 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS, CONFIGURE, BUILD: spell created

diff --git a/net/libproxy/PRE_BUILD b/net/libproxy/PRE_BUILD
new file mode 100755
index 0000000..e790d57
--- /dev/null
+++ b/net/libproxy/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+patch $SOURCE_DIRECTORY/src/lib/Makefile.in \
+ $SCRIPT_DIRECTORY/bug244028-as-needed.patch
diff --git a/net/libproxy/bug244028-as-needed.patch
b/net/libproxy/bug244028-as-needed.patch
new file mode 100644
index 0000000..862da20
--- /dev/null
+++ b/net/libproxy/bug244028-as-needed.patch
@@ -0,0 +1,16 @@
+#
+# Based on the fix for http://bugs.gentoo.org/244028
+# from
http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libproxy/files/libproxy-0.2.3-fix-as-needed-problem.patch?rev=1.1&view=markup
+#
+diff -Naur libproxy-0.2.3.orig/src/lib/Makefile.in
libproxy-0.2.3/src/lib/Makefile.in
+--- libproxy-0.2.3.orig/src/lib/Makefile.in 2009-05-12 16:00:59.630396096
-0700
++++ libproxy-0.2.3/src/lib/Makefile.in 2009-05-12 16:02:00.742400186 -0700
+@@ -223,7 +223,7 @@
+ misc.h url.h pac.h dhcp.h
dns.h slp.h wpad.h proxy_factory.h proxy.h config_file.h
+
+ libproxy_la_CFLAGS = -Wall
+-libproxy_la_LDFLAGS = -lm
++libproxy_la_LDFLAGS = -lm -ldl
+ include_HEADERS = proxy.h
+ all: all-am
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (49c20af88dce058b26b4e3543319b370e43498cd), Eric Sandall, 05/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page