summaryrefslogtreecommitdiffstats
path: root/crypt-1.1-no-strip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'crypt-1.1-no-strip.patch')
-rw-r--r--crypt-1.1-no-strip.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypt-1.1-no-strip.patch b/crypt-1.1-no-strip.patch
new file mode 100644
index 0000000..534b287
--- /dev/null
+++ b/crypt-1.1-no-strip.patch
@@ -0,0 +1,15 @@
+--- origsrc/crypt-1.1-1/Makefile 2013-02-17 16:14:57.817843500 -0600
++++ src/crypt-1.1-1/Makefile 2013-02-17 16:17:14.142640800 -0600
+@@ -42,10 +42,10 @@ install: all
+ install -d $(DESTDIR)$(libdir)
+ install -d $(DESTDIR)$(incdir)
+ install -d $(DESTDIR)$(docdir)
+- install -m 755 -s $(APPS) $(DESTDIR)$(bindir)
++ install -m 755 $(APPS) $(DESTDIR)$(bindir)
+ install -m 644 encrypt.h $(DESTDIR)$(incdir)/crypt.h
+ install -m 644 $(STATICLIB) $(DESTDIR)$(libdir)
+ install -m 644 $(IMPORTLIB) $(DESTDIR)$(libdir)
+- install -m 755 -s $(SHAREDLIB) $(DESTDIR)$(bindir)
++ install -m 755 $(SHAREDLIB) $(DESTDIR)$(bindir)
+ install -m 644 crypt.README $(DESTDIR)$(docdir)
+