summaryrefslogtreecommitdiff
path: root/net-libs/libosmocore/libosmocore-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libosmocore/libosmocore-9999.ebuild')
-rw-r--r--net-libs/libosmocore/libosmocore-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/libosmocore/libosmocore-9999.ebuild b/net-libs/libosmocore/libosmocore-9999.ebuild
index fbd3f9ee9b99..66b9ab242068 100644
--- a/net-libs/libosmocore/libosmocore-9999.ebuild
+++ b/net-libs/libosmocore/libosmocore-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
@@ -41,6 +41,7 @@ src_prepare() {
}
src_configure() {
+ append-flags -fcommon
econf \
$(use_enable pcsc-lite pcsc)
}