summaryrefslogtreecommitdiff
path: root/package/dbus
diff options
context:
space:
mode:
authorwaldemar brodkorb <wbx@debian-lenny-amd64.foo.bar>2010-01-19 21:13:44 +0100
committerwaldemar brodkorb <wbx@debian-lenny-amd64.foo.bar>2010-01-19 21:13:44 +0100
commitfc4027a2b4f5a9384e8552b8dd515e53aae9444c (patch)
tree50d7d01b7347bb87dbb89ebc0c2dea3b3faac32e /package/dbus
parentbab1e7d41bff847933589ff6392c74597f18743b (diff)
fix allmodconfig for foxboard
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/Makefile2
-rw-r--r--package/dbus/patches/patch-configure22
2 files changed, 23 insertions, 1 deletions
diff --git a/package/dbus/Makefile b/package/dbus/Makefile
index 6bb63c302..4dcb4067b 100644
--- a/package/dbus/Makefile
+++ b/package/dbus/Makefile
@@ -6,11 +6,11 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= dbus
PKG_VERSION:= 1.2.16
PKG_RELEASE:= 1
-PKG_BUILDDEP+= expat
PKG_MD5SUM:= c7a47b851ebe02f6726b65b78d1b730b
PKG_DESCR:= DBUS library
PKG_SECTION:= net
PKG_DEPENDS:= libexpat
+PKG_BUILDDEP+= expat
PKG_URL:= http://dbus.freedesktop.org
PKG_SITES:= http://dbus.freedesktop.org/releases/dbus/
ifeq ($(ADK_STATIC),y)
diff --git a/package/dbus/patches/patch-configure b/package/dbus/patches/patch-configure
new file mode 100644
index 000000000..f33a192a9
--- /dev/null
+++ b/package/dbus/patches/patch-configure
@@ -0,0 +1,22 @@
+--- dbus-1.2.16.orig/configure 2009-07-14 21:43:08.000000000 +0200
++++ dbus-1.2.16/configure 2010-01-15 19:03:24.000000000 +0100
+@@ -25213,19 +25213,6 @@ if test "x$GCC" = "xyes"; then
+ ;;
+ esac
+
+- case " $CFLAGS " in
+- *[\ \ ]-fPIE[\ \ ]*) ;;
+- *) if cc_supports_flag -fPIE; then
+- PIE_CFLAGS="-fPIE"
+- if ld_supports_flag -z,relro; then
+- PIE_LDFLAGS="-pie -Wl,-z,relro"
+- else
+- PIE_LDFLAGS="-pie"
+- fi
+- fi
+- ;;
+- esac
+-
+ ### Disabled warnings, and compiler flag overrides
+
+ # Let's just ignore unused for now