Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189262 Details for
Bug 267273
glpk-4.37 needs to export additional symbols for octave
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to adjust Makefile.am to export the needed symbols
glpk-4.37-r1.diff (text/plain), 941 bytes, created by
Maximilian Nickel
on 2009-04-23 22:05:12 UTC
(
hide
)
Description:
Patch to adjust Makefile.am to export the needed symbols
Filename:
MIME Type:
Creator:
Maximilian Nickel
Created:
2009-04-23 22:05:12 UTC
Size:
941 bytes
patch
obsolete
>--- /opt/gentoo/usr/portage/sci-mathematics/glpk/glpk-4.37.ebuild 2009-04-09 23:21:50 +0200 >+++ sci-mathematics/glpk/glpk-4.37-r1.ebuild 2009-04-23 01:45:36 +0200 >@@ -2,10 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.37.ebuild,v 1.1 2009/04/07 09:00:36 bicatali Exp $ > >-EAPI="prefix" >- > EAPI=2 >-inherit flag-o-matic >+inherit autotools flag-o-matic > > DESCRIPTION="GNU Linear Programming Kit" > LICENSE="GPL-3" >@@ -23,8 +21,15 @@ > DEPEND="${RDEPEND} > dev-util/pkgconfig" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ sed -i "s|export-symbols-regex '^(glp_\\|_glp_lpx_).*'|export-symbols-regex '^(glp_\\|_glp_lpx_\\|_glp_lib_fault_hook\\|_glp_lib_print_hook).*'|g" src/Makefile.am >+ eautoreconf >+} >+ > src_configure() { >- local myconf="--disable-dl" >+ local myconf="--disable-dl" > if use mysql || use odbc; then > myconf="--enable-dl" > fi
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 267273
: 189262