Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 391732 Details for
Bug 424161
dev-db/firebird ebuild should not remove MSG_NOSIGNAL flag on x86
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patched firebird-2.5.1.26351.0-deps-flags.patch
firebird-2.5.1.26351.0-deps-flags.patch (text/plain), 2.98 KB, created by
Maciej S. Szmigiero
on 2014-12-14 21:14:36 UTC
(
hide
)
Description:
Patched firebird-2.5.1.26351.0-deps-flags.patch
Filename:
MIME Type:
Creator:
Maciej S. Szmigiero
Created:
2014-12-14 21:14:36 UTC
Size:
2.98 KB
patch
obsolete
>diff -Naur Firebird-2.5.0.26074-0_orig/builds/posix/Makefile.in.firebird Firebird-2.5.0.26074-0_deps-flags/builds/posix/Makefile.in.firebird >--- Firebird-2.5.0.26074-0_orig/builds/posix/Makefile.in.firebird 2010-11-09 12:42:45.000000000 -0500 >+++ Firebird-2.5.0.26074-0_deps-flags/builds/posix/Makefile.in.firebird 2011-03-28 15:10:09.814370706 -0400 >@@ -158,7 +158,7 @@ > # some complications particularly for super in needing to start the server > # that you are currently building. MOD 28-July-2002 > >-firebird_basic: btyacc_binary external_libraries firebird_boot basic_targets >+firebird_basic: firebird_boot basic_targets > > firebird_boot: updateBuildNum boot_phase1 boot_phase2 > >diff -Naur Firebird-2.5.0.26074-0_orig/builds/posix/make.defaults Firebird-2.5.0.26074-0_deps-flags/builds/posix/make.defaults >--- Firebird-2.5.0.26074-0_orig/builds/posix/make.defaults 2010-11-09 12:42:45.000000000 -0500 >+++ Firebird-2.5.0.26074-0_deps-flags/builds/posix/make.defaults 2011-03-28 15:21:26.904370708 -0400 >@@ -138,7 +138,7 @@ > AR= ar @AR_OPTIONS@ crsu > LN= @LN_S@ > RANLIB= @RANLIB@ >-BTYACC=$(ROOT)/extern/btyacc/btyacc >+BTYACC=/usr/bin/btyacc > > CC = @CC@ > CXX = @CXX@ >diff -Naur Firebird-2.5.0.26074-0_orig/builds/posix/prefix.linux Firebird-2.5.0.26074-0_deps-flags/builds/posix/prefix.linux >--- Firebird-2.5.0.26074-0_orig/builds/posix/prefix.linux 2010-11-09 12:42:45.000000000 -0500 >+++ Firebird-2.5.0.26074-0_deps-flags/builds/posix/prefix.linux 2011-03-25 21:38:29.031037374 -0400 >@@ -18,11 +18,10 @@ > # > # 2 Oct 2002, Nickolay Samofatov - Major cleanup > >-COMMON_FLAGS=-ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -pipe -MMD -fPIC -fmessage-length=0 >-OPTIMIZE_FLAGS=-O3 -march=i586 -mtune=i686 -fno-omit-frame-pointer >+COMMON_FLAGS=-DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -MMD -fPIC -fmessage-length=0 > WARN_FLAGS=-Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable > >-PROD_FLAGS=-DNDEBUG $(COMMON_FLAGS) $(OPTIMIZE_FLAGS) >+PROD_FLAGS=$(COMMON_FLAGS) > #DEV_FLAGS=-DUSE_VALGRIND -p $(COMMON_FLAGS) $(WARN_FLAGS) > DEV_FLAGS=-p $(COMMON_FLAGS) $(WARN_FLAGS) > >diff -Naur Firebird-2.5.0.26074-0_orig/builds/posix/prefix.linux_amd64 Firebird-2.5.0.26074-0_deps-flags/builds/posix/prefix.linux_amd64 >--- Firebird-2.5.0.26074-0_orig/builds/posix/prefix.linux_amd64 2010-11-09 12:42:45.000000000 -0500 >+++ Firebird-2.5.0.26074-0_deps-flags/builds/posix/prefix.linux_amd64 2011-03-25 21:39:15.134370707 -0400 >@@ -18,12 +18,11 @@ > # > # 2 Oct 2002, Nickolay Samofatov - Major cleanup > >-COMMON_FLAGS=-ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe -MMD -fPIC -fmessage-length=0 >-OPTIMIZE_FLAGS=-O3 -fno-omit-frame-pointer >+COMMON_FLAGS=-DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -MMD -fPIC -fmessage-length=0 > WARN_FLAGS=-Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-variable > CXXFLAGS:= $(CXXFLAGS) -fno-rtti > >-PROD_FLAGS=-DNDEBUG $(COMMON_FLAGS) $(OPTIMIZE_FLAGS) >+PROD_FLAGS=$(COMMON_FLAGS) > #DEV_FLAGS=-DUSE_VALGRIND $(COMMON_FLAGS) $(WARN_FLAGS) > DEV_FLAGS=$(COMMON_FLAGS) $(WARN_FLAGS) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 424161
: 391732