]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - tree/patches/tree-no-strip.patch
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x into samba4
[people/amarx/ipfire-3.x.git] / tree / patches / tree-no-strip.patch
diff --git a/tree/patches/tree-no-strip.patch b/tree/patches/tree-no-strip.patch
deleted file mode 100644 (file)
index 5f46ada..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up tree-1.6.0/Makefile.no-strip tree-1.6.0/Makefile
---- tree-1.6.0/Makefile.no-strip       2011-06-24 15:25:27.000000000 +0100
-+++ tree-1.6.0/Makefile        2011-07-04 11:11:17.662036666 +0100
-@@ -32,7 +32,7 @@ OBJS=tree.o unix.o html.o xml.o hash.o c
- # Linux defaults:
- #CFLAGS=-ggdb -Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
- CFLAGS=-O4 -Wall  -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
--LDFLAGS=-s
-+LDFLAGS=
- # Uncomment for FreeBSD:
- #CFLAGS=-O2 -Wall -fomit-frame-pointer
-@@ -97,7 +97,7 @@ install: tree
-       install -d $(BINDIR)
-       install -d $(MANDIR)
-       if [ -e $(TREE_DEST) ]; then \
--              install -s $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
-+              install $(TREE_DEST) $(BINDIR)/$(TREE_DEST); \
-       fi
-       install doc/$(MAN) $(MANDIR)/$(MAN)