[packages/pnet] - added libffi cflags to the mix - rel 2

baggins baggins at pld-linux.org
Mon Dec 8 22:37:15 CET 2014


commit 1ac4aa2a650e4af60a4179ada516a0e2c059a43f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Dec 8 22:37:02 2014 +0100

    - added libffi cflags to the mix
    - rel 2

 pnet.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pnet.spec b/pnet.spec
index 88b740d..296f511 100644
--- a/pnet.spec
+++ b/pnet.spec
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):	Narzędzia Portable .NET z projektu DotGNU
 Summary(pt_BR.UTF-8):	Ferramentas Portable .NET DotGNU
 Name:		pnet
 Version:	0.8.0
-Release:	1
+Release:	2
 License:	GPL
 Group:		Development/Languages
 Source0:	http://download.savannah.gnu.org/releases/dotgnu-pnet/%{name}-%{version}.tar.gz
@@ -299,8 +299,8 @@ Header de desenvolviemnto da Portable .NET.
 # (GNATS#10017 - qualified as "invalid user input", not a bug)
 # -fomit-frame-pointer is needed on i686/athlon to recover one more register
 # (which x86 have too less...)
-CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer} -I/usr/include/ncurses"
-CPPFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer} -I/usr/include/ncurses"
+CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer} -I/usr/include/ncurses `pkg-config --cflags libffi`"
+CPPFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer} -I/usr/include/ncurses `pkg-config --cflags libffi`"
 %configure \
 	--enable-threads=pthreads
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pnet.git/commitdiff/1ac4aa2a650e4af60a4179ada516a0e2c059a43f



More information about the pld-cvs-commit mailing list