1 Make sure we link against libintl if needed
3 We modify directly the Makefile.in so that we don't have to
4 autoreconfigure the package, which doesn't work because packages using
5 gettext need the autopoint tool for their autoregeneration step and
6 this thing doesn't work (yet) in Buildroot.
8 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 Index: kbd-1.15.2/src/Makefile.am
11 ===================================================================
12 --- kbd-1.15.2.orig/src/Makefile.am 2011-05-22 16:08:51.144530776 +0200
13 +++ kbd-1.15.2/src/Makefile.am 2011-05-22 16:09:09.892530778 +0200
15 AM_CPPFLAGS = -DDATADIR=\"$(datadir)\" -DLOCALEDIR=\"$(localedir)\" $(WARNINGS) \
20 OLDPROGS = mapscrn loadunimap
22 dumpkeys loadkeys showkey setfont showconsolefont \
23 Index: kbd-1.15.2/src/Makefile.in
24 ===================================================================
25 --- kbd-1.15.2.orig/src/Makefile.in 2011-05-22 16:10:27.540530777 +0200
26 +++ kbd-1.15.2/src/Makefile.in 2011-05-22 16:10:51.172530778 +0200
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)