[pkg-fso-commits] [nodm] 12/50: Makefile.*: Place libraries in LIBS, no LDFLAGS. (LP:#771123). Thanks to Ilya Barygin <barygin at gmail.com> for providing the fix in Ubuntu.

Mike Gabriel sunweaver at debian.org
Mon Jan 23 15:19:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository nodm.

commit bfaaee65c9696d1228985d9b71eda7b131cf1245
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Mar 23 13:50:07 2016 +0100

    Makefile.*: Place libraries in LIBS, no LDFLAGS. (LP:#771123). Thanks to Ilya Barygin <barygin at gmail.com> for providing the fix in Ubuntu.
---
 Makefile.am      | 2 +-
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 756cd4e..05056b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ libsources = common.c log.c vt.c xsession-child.c xserver.c xsession.c dm.c
 testlibsources = $(libsources) test.c
 
 AM_CPPFLAGS = $(X11_CFLAGS)
-AM_LDFLAGS = $(PAM_LIBS) $(X11_LIBS)
+LIBS = $(PAM_LIBS) $(X11_LIBS)
 
 nodm_SOURCES = $(libsources) nodm.c
 nodm_CFLAGS = -DNODM_SESSION='"$(sbindir)/nodm"'
diff --git a/debian/changelog b/debian/changelog
index c33d9ad..d5652b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ nodm (0.12-1) UNRELEASED; urgency=low
       (Closes: #813210).
     - xsession-child.c: Set PAM_XDISPLAY pam item. (Closes: #713960). Thanks to
       Sjoerd Simons for providing the patch.
+    - Makefile.*: Place libraries in LIBS, not LDFLAGS. (LP:#771123). Thanks to
+      Ilya Barygin <barygin at gmail.com> for providing the fix in Ubuntu.
   * debian/control:
     + Process with wrap-and-sort.
   * debian/po:

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-fso/nodm.git



More information about the pkg-fso-commits mailing list