Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 347059 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-10 / +5 lines)
Lines 1-4 Link Here
1
* <grobian@gentoo.org>: /bin/sh is no good (on e.g. Solaris) same for perl
1
--- realpath-1.15-orig/common.mk	2010-11-28 18:27:58.230003002 +0100
2
2
+++ realpath-1.15/common.mk	2010-11-28 18:32:20.830003002 +0100
3
--- common.mk
4
+++ common.mk
5
--
Line 35 Link Here
35
 CFLAGS          += -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -DVERSION='"$(VERSION)"' -DPACKAGE='"$(PACKAGE)"' -DLOCALEDIR='"$(nlsdir)"'
33
 CFLAGS          += -DVERSION='"$(VERSION)"' -DPACKAGE='"$(PACKAGE)"' -DLOCALEDIR='"$(nlsdir)"'
36
--
Lines 40-41 Link Here
40
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
38
 
41
   CFLAGS += -O0
39
 
42
--

Return to bug 347059