[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #44060] audiodevinfo fails to build on updated
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #44060] audiodevinfo fails to build on updated fedora 20 |
Date: |
Wed, 21 Jan 2015 23:07:44 +0000 |
User-agent: |
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
Follow-up Comment #5, bug #44060 (project octave):
What about bug #36064?
See this cset
hlog -p -r 17773:a230b99
changeset: 17773:a230b996ae8a
user: Rik <address@hidden>
date: Sun Oct 27 09:01:04 2013 -0700
summary: Put dldfcn CPPFLAGS ahead of AM_CPPFLAGS (bug #36064)
diff -r 7900595f1533 -r a230b996ae8a libinterp/dldfcn/config-module.awk
--- a/libinterp/dldfcn/config-module.awk Sun Oct 27 08:34:05 2013
-0400
+++ b/libinterp/dldfcn/config-module.awk Sun Oct 27 09:01:04 2013
-0700
@@ -66,7 +66,7 @@
{
printf ("dldfcn/%s.df: CPPFLAGS += %s\n",
basename, cppflags[i]);
- printf ("dldfcn_%s_la_CPPFLAGS = $(AM_CPPFLAGS) %s\n",
+ printf ("dldfcn_%s_la_CPPFLAGS = %s $(AM_CPPFLAGS)\n",
basename, cppflags[i]);
}
printf ("dldfcn_%s_la_LDFLAGS = -avoid-version -module
$(NO_UNDEFINED_LDFLAG) %s $(OCT_LINK_OPTS)\n",
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?44060>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/