public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/pump/0.8.24: 30_all_Makefile.patch
@ 2009-03-07 15:59 Krzysiek Pawlik (nelchael)
  0 siblings, 0 replies; only message in thread
From: Krzysiek Pawlik (nelchael) @ 2009-03-07 15:59 UTC (permalink / raw
  To: gentoo-commits

nelchael    09/03/07 15:59:25

  Added:                30_all_Makefile.patch
  Log:
  Add patch for pump to fix bug #260929.

Revision  Changes    Path
1.1                  src/patchsets/pump/0.8.24/30_all_Makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/pump/0.8.24/30_all_Makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/pump/0.8.24/30_all_Makefile.patch?rev=1.1&content-type=text/plain

Index: 30_all_Makefile.patch
===================================================================
diff -Nru pump-0.8.24.vanilla/Makefile pump-0.8.24/Makefile
--- pump-0.8.24.vanilla/Makefile	2009-03-07 15:55:01.000000000 +0000
+++ pump-0.8.24/Makefile	2009-03-07 15:56:21.000000000 +0000
@@ -6,14 +6,13 @@
 USRLIBPATH = $(libdir)
 INCPATH = $(includedir)
 MAN8PATH = $(mandir)/man8
-CFLAGS = $(DEB_CFLAGS) -I. -Wall -Werror -g $(RPM_OPT_FLAGS) -D__STANDALONE__ -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE
+CFLAGS = $(DEB_CFLAGS) -I. -Wall $(RPM_OPT_FLAGS) -D__STANDALONE__ -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE
 CVSROOT = $(shell cat CVS/Root 2>/dev/null)
 
 ARCH := $(patsubst i%86,i386,$(shell uname -m))
 ARCH := $(patsubst sparc%,sparc,$(ARCH))
 
-LOADLIBES = -Wl,-Bstatic -lpopt -Wl,-Bdynamic -lresolv
-LDFLAGS = -g
+LOADLIBES = -lpopt -lresolv
 
 CVSTAG = r$(subst .,-,$(VERSION))
 






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

only message in thread, other threads:[~2009-03-07 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-07 15:59 [gentoo-commits] gentoo commit in src/patchsets/pump/0.8.24: 30_all_Makefile.patch Krzysiek Pawlik (nelchael)

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