Blame SOURCES/uuid-1.6.2-nostrip.patch

1e395e
diff -up uuid-1.6.2/Makefile.in.nostrip uuid-1.6.2/Makefile.in
1e395e
--- uuid-1.6.2/Makefile.in.nostrip	2012-06-19 12:53:47.888028956 +0200
1e395e
+++ uuid-1.6.2/Makefile.in	2012-06-19 12:53:47.913029142 +0200
1e395e
@@ -253,7 +253,7 @@ install:
1e395e
 	-@if [ ".$(WITH_CXX)" = .yes ]; then \
1e395e
 	    $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 $(CXX_NAME) $(DESTDIR)$(libdir)/; \
1e395e
 	fi
1e395e
-	@$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/
1e395e
+	@$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 755 uuid $(DESTDIR)$(bindir)/
1e395e
 	$(SHTOOL) install -c -m 644 $(S)/uuid.1 $(DESTDIR)$(mandir)/man1/
1e395e
 	-@if [ ".$(WITH_PERL)" = .yes ]; then \
1e395e
 	    (cd $(S)/perl && $(MAKE) $(MFLAGS) install DESTDIR=$(DESTDIR)); \