pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/abseil



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 15 22:19:45 UTC 2020

Modified Files:
        pkgsrc/devel/abseil: Makefile

Log Message:
abseil: build with -fPIC

Fixes net/grpc shared library linking problem.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/abseil/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/abseil/Makefile
diff -u pkgsrc/devel/abseil/Makefile:1.1 pkgsrc/devel/abseil/Makefile:1.2
--- pkgsrc/devel/abseil/Makefile:1.1    Thu Feb  6 20:11:35 2020
+++ pkgsrc/devel/abseil/Makefile        Sun Mar 15 22:19:45 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/02/06 20:11:35 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/15 22:19:45 tnn Exp $
 
 DISTNAME=      abseil-20190808
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=abseil/}
 GITHUB_PROJECT=        abseil-cpp
@@ -14,4 +15,6 @@ LICENSE=      apache-2.0
 USE_CMAKE=     yes
 USE_LANGUAGES= c++11
 
+CXXFLAGS+=     -fPIC
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index