Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/10947
Change subject: debian: Document why enable-static is used in dh_auto_configure
......................................................................
debian: Document why enable-static is used in dh_auto_configure
Change-Id: I4a7215d350e023dceadc5826be68ce366a185da1
---
M debian/rules
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/47/10947/1
diff --git a/debian/rules b/debian/rules
index 6e69d24..0bf9673 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,8 @@
sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
dh_install
+# enable-static: we require the tests to link to the static libosmo-sigtran
+# library to access symbols not starting with osmo_*
override_dh_auto_configure:
dh_auto_configure -- --enable-static
--with-systemdsystemunitdir=/lib/systemd/system
--
To view, visit https://gerrit.osmocom.org/10947
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a7215d350e023dceadc5826be68ce366a185da1
Gerrit-Change-Number: 10947
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>