summaryrefslogtreecommitdiff
path: root/package/evilwm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-28 18:43:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-28 18:43:08 +0100
commit56cbee0cb11c894340b1961910cf9af18e4cb8a3 (patch)
tree02c61f3fcc842861fd46031cd95bac4ce0ec2e01 /package/evilwm
parent1013db1ec05ba46496af7c73b7b1c430e1f7c063 (diff)
do not strip binaries via install -s
Diffstat (limited to 'package/evilwm')
-rw-r--r--package/evilwm/patches/patch-Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/package/evilwm/patches/patch-Makefile b/package/evilwm/patches/patch-Makefile
index a945a534f..d45dcee52 100644
--- a/package/evilwm/patches/patch-Makefile
+++ b/package/evilwm/patches/patch-Makefile
@@ -1,5 +1,6 @@
+do not strip by install
--- evilwm-1.0.1.orig/Makefile 2009-03-30 12:37:06.000000000 +0200
-+++ evilwm-1.0.1/Makefile 2010-01-22 17:14:53.000000000 +0100
++++ evilwm-1.0.1/Makefile 2010-01-27 08:14:46.000000000 +0100
@@ -1,11 +1,11 @@
# If you don't use CC
-CC = gcc
@@ -34,3 +35,12 @@
#CFLAGS += $(INCLUDES) $(DEFINES) -g -Wall
CFLAGS += -W -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef -Wsign-compare -Wmissing-prototypes -Wredundant-decls
LDFLAGS += $(LDPATH) $(LIBS)
+@@ -93,7 +93,7 @@ evilwm: $(OBJS)
+ install: evilwm
+ if [ -f evilwm.exe ]; then mv evilwm.exe evilwm; fi
+ mkdir -p $(prefix)/bin $(prefix)/share/man/man1
+- install -s evilwm $(prefix)/bin
++ install evilwm $(prefix)/bin
+ install evilwm.1 $(prefix)/share/man/man1
+ #gzip -9 $(prefix)/share/man/man1/evilwm.1
+