From ef4996ca83e6945a7b8b69ad91f6172533299303 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 25 Oct 2008 12:57:31 +0300 Subject: flashrom svn: new recipe * add makefile patch to not strip executable during install, we do that while packaging --- packages/flashrom/files/makefile-disable-strip.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/flashrom/files/makefile-disable-strip.patch (limited to 'packages/flashrom/files') diff --git a/packages/flashrom/files/makefile-disable-strip.patch b/packages/flashrom/files/makefile-disable-strip.patch new file mode 100644 index 0000000000..0296e1d99e --- /dev/null +++ b/packages/flashrom/files/makefile-disable-strip.patch @@ -0,0 +1,18 @@ +--- flashrom/Makefile.orig 2008-10-25 12:13:21.000000000 +0300 ++++ flashrom/Makefile 2008-10-25 12:14:04.000000000 +0300 +@@ -17,7 +17,6 @@ + LDFLAGS = -lpci -lz + else + LDFLAGS = -lpci -lz +-STRIP_ARGS = -s + endif + ifeq ($(OS_ARCH), FreeBSD) + CFLAGS += -I/usr/local/include +@@ -40,7 +39,6 @@ + + $(PROGRAM): $(OBJS) + $(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS) +- $(STRIP) $(STRIP_ARGS) $(PROGRAM) + + flashrom.o: flashrom.c + $(CC) -c $(CFLAGS) $(SVNDEF) $(CPPFLAGS) $< -o $@ -- cgit v1.2.3