Blame SOURCES/uuid-1.6.2-nostrip.patch

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