public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/openais/files: openais-0.80.3-Makefile-ARCH.patch openais-0.80.3-Makefile-LIBDIR.patch openais-0.80.3-Makefile.inc-FLAGS.patch
@ 2008-03-17 16:02 Christian Zoffoli (xmerlin)
  0 siblings, 0 replies; only message in thread
From: Christian Zoffoli (xmerlin) @ 2008-03-17 16:02 UTC (permalink / raw
  To: gentoo-commits

xmerlin     08/03/17 16:02:42

  Added:                openais-0.80.3-Makefile-ARCH.patch
                        openais-0.80.3-Makefile-LIBDIR.patch
                        openais-0.80.3-Makefile.inc-FLAGS.patch
  Log:
  Added 0.80.3 needed by gfs 2.01.00, fixed parallel build in 0.82 bug #210202,
  fixed missing include in 0.82 bug #213716.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  sys-cluster/openais/files/openais-0.80.3-Makefile-ARCH.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openais/files/openais-0.80.3-Makefile-ARCH.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openais/files/openais-0.80.3-Makefile-ARCH.patch?rev=1.1&content-type=text/plain

Index: openais-0.80.3-Makefile-ARCH.patch
===================================================================
--- openais-0.80.3/Makefile.orig	2008-02-17 18:30:57.000000000 +0100
+++ openais-0.80.3/Makefile	2008-02-17 18:31:07.000000000 +0100
@@ -38,7 +38,7 @@
 MANDIR=/usr/share/man
 ETCDIR=/etc/ais
 LCRSODIR=/usr/libexec/lcrso
-ARCH=$(shell uname -p)
+ARCH=$(shell uname -m)
 
 ifeq (,$(findstring 64,$(ARCH)))
 LIBDIR=/usr/lib/openais



1.1                  sys-cluster/openais/files/openais-0.80.3-Makefile-LIBDIR.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openais/files/openais-0.80.3-Makefile-LIBDIR.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openais/files/openais-0.80.3-Makefile-LIBDIR.patch?rev=1.1&content-type=text/plain

Index: openais-0.80.3-Makefile-LIBDIR.patch
===================================================================
--- openais-0.80.3/Makefile.orig	2008-02-17 18:34:13.000000000 +0100
+++ openais-0.80.3/Makefile	2008-02-17 18:34:58.000000000 +0100
@@ -80,7 +80,6 @@
 	mkdir -p $(DESTDIR)$(MANDIR)/man3
 	mkdir -p $(DESTDIR)$(MANDIR)/man5
 	mkdir -p $(DESTDIR)$(MANDIR)/man8
-	mkdir -p $(DESTDIR)/etc/ld.so.conf.d
 
 	ln -sf libais.so.2.0.0 lib/libais.so
 	ln -sf libSaAmf.so.2.0.0 lib/libSaAmf.so
@@ -158,8 +157,6 @@
 	install -m 755 exec/libtotem_pg.a $(DESTDIR)$(LIBDIR)
 endif
 
-	echo $(LIBDIR) > $(DESTDIR)/etc/ld.so.conf.d/openais-$(ARCH).conf
-
 	install -m 755 exec/*lcrso $(DESTDIR)$(LCRSODIR)
 
 	install -m 755 exec/aisexec $(DESTDIR)$(SBINDIR)



1.1                  sys-cluster/openais/files/openais-0.80.3-Makefile.inc-FLAGS.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openais/files/openais-0.80.3-Makefile.inc-FLAGS.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openais/files/openais-0.80.3-Makefile.inc-FLAGS.patch?rev=1.1&content-type=text/plain

Index: openais-0.80.3-Makefile.inc-FLAGS.patch
===================================================================
--- openais-0.80.3/Makefile.inc.orig	2008-02-17 18:39:07.000000000 +0100
+++ openais-0.80.3/Makefile.inc	2008-02-17 18:39:36.000000000 +0100
@@ -61,14 +61,14 @@
 
 # default CFLAGS, LDFLAGS
 #
-CFLAGS = 
-LDFLAGS =
-DYFLAGS =
+CFLAGS ?= 
+LDFLAGS ?=
+DYFLAGS ?=
 
 # build CFLAGS, LDFLAGS
 #
 ifeq (${OPENAIS_BUILD}, RELEASE) 
-	CFLAGS += -O3 -Wall
+	CFLAGS += -Wall
 # -Wstrict-aliasing=2 TODO sameday fix all of these
 ifndef OPENAIS_PROFILE
 	CFLAGS += -fomit-frame-pointer



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-17 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-17 16:02 [gentoo-commits] gentoo-x86 commit in sys-cluster/openais/files: openais-0.80.3-Makefile-ARCH.patch openais-0.80.3-Makefile-LIBDIR.patch openais-0.80.3-Makefile.inc-FLAGS.patch Christian Zoffoli (xmerlin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox