This commit is contained in:
parent
90f4b67d64
commit
b043d1e6b7
29
deco-disable_striping.patch
Normal file
29
deco-disable_striping.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user