mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 10:50:14 +01:00
autogen.sh: pass --enable-static=libndp
jhbuild (in the suggested configuration) passes --disable-static, but we need static libndp at least. So tweak autogen.sh to ensure that happens.
This commit is contained in:
parent
e0f37dce45
commit
cfa4117ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
|
|||
|
||||
cd $olddir
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
exec $srcdir/configure --enable-maintainer-mode "$@"
|
||||
exec $srcdir/configure --enable-maintainer-mode "$@" --enable-static=libndp
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue