This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Max gerrit-no-reply at lists.osmocom.org
Review at  https://gerrit.osmocom.org/1426
Remove illegal pkg-config directive
Gets rid of pkg-config-bad-directive lintian in Debian packages.
Max's comment: this directive is present in src/gb/Makefile.am anyway.
Change-Id: I87083a74370b2da2e151f03ee06a9acf37f4b5da
---
M libosmogb.pc.in
1 file changed, 1 insertion(+), 1 deletion(-)
  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/26/1426/1
diff --git a/libosmogb.pc.in b/libosmogb.pc.in
index a163cc4..a97ce32 100644
--- a/libosmogb.pc.in
+++ b/libosmogb.pc.in
@@ -7,5 +7,5 @@
 Description: Osmocom GPRS Gb Interface (NS/BSSGP) Library
 Version: @VERSION@
 Libs: -L${libdir} @TALLOC_LIBS@ -losmogb -losmovty -losmocore
-Cflags: -I${includedir}/ -fno-strict-aliasing
+Cflags: -I${includedir}/
 
-- 
To view, visit https://gerrit.osmocom.org/1426
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I87083a74370b2da2e151f03ee06a9acf37f4b5da
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Ruben Undheim <ruben.undheim at gmail.com>