From b043d1e6b749bb1334fb48d3747b17c0f6fd18072d251d41087d4e793c022718 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 22 Jul 2007 18:39:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Archiving/deco?expand=0&rev=3 --- deco-disable_striping.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 deco-disable_striping.patch diff --git a/deco-disable_striping.patch b/deco-disable_striping.patch new file mode 100644 index 0000000..3682469 --- /dev/null +++ b/deco-disable_striping.patch @@ -0,0 +1,29 @@ +--- Makefile.orig 2007-07-22 20:32:24.000000000 +0200 ++++ Makefile 2007-07-22 20:32:41.000000000 +0200 +@@ -13,21 +13,21 @@ + chmod 755 $@ + + delsuffix: src/delsuffix.c build-options +- ${CC} ${CFLAGS} ${LDFLAGS} -s -o $@ $< ++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< + + dirfrompath: src/dirfrompath.c build-options +- ${CC} ${CFLAGS} ${LDFLAGS} -s -o $@ $< ++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< + + filefrompath: src/filefrompath.c build-options +- ${CC} ${CFLAGS} ${LDFLAGS} -s -o $@ $< ++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< + + crename: src/crename.c checks/have_good_mv_-T build-options + rm -f $@ +- checks/have_good_mv_-T && >$@ || ${CC} ${CFLAGS} ${LDFLAGS} -s -o $@ $< ++ checks/have_good_mv_-T && >$@ || ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< + + writeout: src/writeout.c checks/have_printf build-options + rm -f $@ +- checks/have_printf & >$@ || ${CC} ${CFLAGS} ${LDFLAGS} -s -o $@ $< ++ checks/have_printf & >$@ || ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< + + install: all + mkdir -p ${DESTDIR}${PREFIX}/bin