diff options
| author | Michael Biebl <biebl@teco.edu> | 2006-05-09 19:27:53 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@teco.edu> | 2006-05-09 19:27:53 +0000 |
| commit | f9ec882bec72c776c55aee51f2e299f6af2e52ce (patch) | |
| tree | 0bcbb8b13269fcba068bbd6515f15a31bd1f9a7a /debian | |
| parent | da7733f04f25edbf724a14568f14a351099a32f3 (diff) | |
We don't need LDFLAGS="-lm". It builds fine without it, even with -Wl,--as-needed
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@818 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 121f42b8..28d9dab5 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,6 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-lm" - DEB_CONFIGURE_EXTRA_FLAGS += \ --with-dbus-sys=/etc/dbus-1/system.d \ --with-wpa_supplicant=/sbin/wpa_supplicant \ |