fix copy'n paste error
[buildroot.git] / package / hal / hal06-libintl.patch
blobd38124e5c0331ea53cbe57fc0ca27adad20fe480
1 diff -ur hal-0.5.8/hald/Makefile.in hal-0.5.8-patched/hald/Makefile.in
2 --- hal-0.5.8/hald/Makefile.in 2006-09-11 18:25:30.000000000 -0500
3 +++ hal-0.5.8-patched/hald/Makefile.in 2007-01-17 08:54:04.000000000 -0600
4 @@ -336,7 +336,7 @@
5 osspec.h \
6 property.h property.c
8 -hald_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ -lm @EXPAT_LIB@ $(top_builddir)/hald/$(HALD_BACKEND)/libhald_$(HALD_BACKEND).la
9 +hald_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ -lm @EXPAT_LIB@ @INTLLIBS@ $(top_builddir)/hald/$(HALD_BACKEND)/libhald_$(HALD_BACKEND).la
11 #### Init scripts fun
12 SCRIPT_IN_FILES = haldaemon.in
13 diff -ur hal-0.5.8/hald-runner/Makefile.in hal-0.5.8-patched/hald-runner/Makefile.in
14 --- hal-0.5.8/hald-runner/Makefile.in 2006-09-11 18:25:30.000000000 -0500
15 +++ hal-0.5.8-patched/hald-runner/Makefile.in 2007-01-17 08:54:18.000000000 -0600
16 @@ -303,7 +303,7 @@
17 @DBUS_CFLAGS@ @GLIB_CFLAGS@
19 hald_runner_SOURCES = main.c runner.c runner.h utils.h utils.c
20 -hald_runner_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
21 +hald_runner_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ @INTLLIBS@
22 all: all-am
24 .SUFFIXES: