]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commit
authconfig: Add LDFLAGS to link against -lresolv.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 22 Apr 2012 17:21:48 +0000 (19:21 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 22 Apr 2012 17:21:48 +0000 (19:21 +0200)
commit3d794248f91d5238aaf9bc06f63aa275449b0e52
tree3b4d17d738f92602b676ec41bce337b06e0b402d
parente2b71093c7bfa63106306b38f6293b7264cadb8d
authconfig: Add LDFLAGS to link against -lresolv.

The python module had unresolved symbols which are provided from
libresolv.so.2 from the glibc package but hasn't been linked against it.

So we have to do the correct linking manually.

Fixes #10099.
authconfig/authconfig.nm