From 0f8469e5c7f3477b3c521fb7f672fca8c294c0f3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 24 Aug 2009 19:17:51 +0200 Subject: some work on lemote - add new package bzip2 - make subpackage libblkid needed for swapon utility - enable hibernation on lemote --- package/bzip2/patches/patch-Makefile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 package/bzip2/patches/patch-Makefile (limited to 'package/bzip2/patches/patch-Makefile') diff --git a/package/bzip2/patches/patch-Makefile b/package/bzip2/patches/patch-Makefile new file mode 100644 index 000000000..0d15eab68 --- /dev/null +++ b/package/bzip2/patches/patch-Makefile @@ -0,0 +1,34 @@ +--- bzip2-1.0.5.orig/Makefile 2008-02-14 13:39:18.000000000 +0100 ++++ bzip2-1.0.5/Makefile 2009-08-23 20:18:12.000000000 +0200 +@@ -15,16 +15,16 @@ + SHELL=/bin/sh + + # To assist in cross-compiling +-CC=gcc +-AR=ar +-RANLIB=ranlib +-LDFLAGS= ++CC?=gcc ++AR?=ar ++RANLIB?=ranlib ++LDFLAGS?= + + BIGFILES=-D_FILE_OFFSET_BITS=64 +-CFLAGS=-Wall -Winline -O2 -g $(BIGFILES) ++CFLAGS?=-Wall -Winline -O2 -g $(BIGFILES) + + # Where you want it installed when you do 'make install' +-PREFIX=/usr/local ++PREFIX?=/usr + + + OBJS= blocksort.o \ +@@ -35,7 +35,7 @@ OBJS= blocksort.o \ + decompress.o \ + bzlib.o + +-all: libbz2.a bzip2 bzip2recover test ++all: libbz2.a bzip2 bzip2recover + + bzip2: libbz2.a bzip2.o + $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2 -- cgit v1.2.3