Skip to content

Commit

Permalink
Clean up mm compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-reckmann committed Nov 29, 2024
1 parent f54231c commit f380766
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions userspace/compile-modemmanager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ LIBQMI_VERSION="1.34.0"

cd /tmp

# meson support for checkinstall
git clone https://github.com/keithbowes/meson-install.git

# libqmi
apt-get update && apt-get install -yq --no-install-recommends \
bash-completion \
Expand All @@ -26,11 +23,7 @@ cd libqmi

dh_make --createorig -s -p libqmi_${LIBQMI_VERSION} -y

cat <<EOF >> debian/rules
override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr --libdir=/usr/lib/aarch64-linux-gnu -Dmbim_qmux=false -Dqrtr=false
EOF
sed -i 's/^ /\t/' debian/rules
echo -e "override_dh_auto_configure:\n\tdh_auto_configure -- --prefix=/usr --libdir=/usr/lib/aarch64-linux-gnu -Dmbim_qmux=false -Dqrtr=false" >> debian/rules

dpkg-buildpackage -us -uc -nc

Expand Down

0 comments on commit f380766

Please sign in to comment.