2008-09-29 04:53:29

by David Sainty

[permalink] [raw]
Subject: Minor error in BlueZ 4.8 Makefile.am can break build

$NetBSD$

Fix for missing backslash in Makefile.am.

--- plugins/Makefile.in.orig 2008-09-29 16:15:13.007562391 +1300
+++ plugins/Makefile.in 2008-09-29 16:15:41.627994124 +1300
@@ -235,7 +235,9 @@
AM_LDFLAGS = -module -avoid-version -no-undefined \
-export-symbols-regex bluetooth_plugin_desc

-AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
+AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ \
+ @GDBUS_CFLAGS@ @NETLINK_CFLAGS@
+
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src
MAINTAINERCLEANFILES = Makefile.in
all: all-am
@@ -539,7 +541,6 @@
pdf pdf-am ps ps-am tags uninstall uninstall-am \
uninstall-pluginLTLIBRARIES

- @GDBUS_CFLAGS@ @NETLINK_CFLAGS@

all-local:
@$(LN_S) -f $(top_srcdir)/input/.libs/input.so


Attachments:
patch-aa (764.00 B)
gdbus.diff (455.00 B)
Download all attachments

2008-09-29 06:33:02

by Marcel Holtmann

[permalink] [raw]
Subject: Re: Minor error in BlueZ 4.8 Makefile.am can break build

Hi David,

> There's a missing backslash in the plugins/Makefile.am file in the 4.8
> release (see patches).

my mistake. Fixed and pushed out to the repository.

Regards

Marcel