mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
Add libproxy
This commit is contained in:
13
meta/packages/libproxy/libproxy/asneededfix.patch
Normal file
13
meta/packages/libproxy/libproxy/asneededfix.patch
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
Index: libproxy-0.2.3/src/lib/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- libproxy-0.2.3.orig/src/lib/Makefile.am 2009-03-09 16:24:08.000000000 +0000
|
||||||
|
+++ libproxy-0.2.3/src/lib/Makefile.am 2009-03-09 16:24:13.000000000 +0000
|
||||||
|
@@ -2,7 +2,7 @@
|
||||||
|
libproxy_la_SOURCES = misc.c url.c pac.c dhcp.c dns.c slp.c wpad.c proxy_factory.c config_file.c \
|
||||||
|
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
|
||||||
|
|
||||||
16
meta/packages/libproxy/libproxy_0.2.3.bb
Normal file
16
meta/packages/libproxy/libproxy_0.2.3.bb
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
DESCRIPTION = "A library that provides automatic proxy configuration management"
|
||||||
|
HOMEPAGE = "http://code.google.com/p/libproxy/"
|
||||||
|
LICENSE = "LGPL"
|
||||||
|
SECTION = "libs"
|
||||||
|
|
||||||
|
DEPENDS = "virtual/libx11 xmu gconf-dbus"
|
||||||
|
|
||||||
|
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz \
|
||||||
|
file://asneededfix.patch;patch=1"
|
||||||
|
S = "${WORKDIR}/libproxy-${PV}"
|
||||||
|
|
||||||
|
inherit autotools_stage pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OECONF = "--without-kde --with-gnome --without-webkit --without-python --without-mozjs --without-networkmanager"
|
||||||
|
|
||||||
|
FILES_${PN}-dbg += "${libdir}/libproxy/0.2.3/plugins/"
|
||||||
Reference in New Issue
Block a user