public inbox for cluster-cvs@sourceware.org help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org> To: cluster-cvs-relay@redhat.com Subject: fence-agents: master - build: fix nss_wrapper Makefile Date: Wed, 01 Apr 2009 09:25:00 -0000 [thread overview] Message-ID: <20090401092529.C010F120346@lists.fedorahosted.org> (raw) Gitweb: http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=b332199a29ecad045384fcd1388c50c66a9f552f Commit: b332199a29ecad045384fcd1388c50c66a9f552f Parent: 3b6875b351200f38d1ec6e0bd9def3e8a802adb9 Author: Fabio M. Di Nitto <fdinitto@redhat.com> AuthorDate: Wed Apr 1 11:24:57 2009 +0200 Committer: Fabio M. Di Nitto <fdinitto@redhat.com> CommitterDate: Wed Apr 1 11:24:57 2009 +0200 build: fix nss_wrapper Makefile Cleanup unrequired bits and respect search orders for includes and libraries Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> --- fence/agents/nss_wrapper/Makefile | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fence/agents/nss_wrapper/Makefile b/fence/agents/nss_wrapper/Makefile index ae74124..b3a53ae 100644 --- a/fence/agents/nss_wrapper/Makefile +++ b/fence/agents/nss_wrapper/Makefile @@ -10,11 +10,13 @@ include $(OBJDIR)/make/clean.mk include $(OBJDIR)/make/install.mk include $(OBJDIR)/make/uninstall.mk -OBJS= fence_nss_wrapper.o +OBJS= $(TARGET).o -CFLAGS += -I${incdir} -I${nsprincdir} -I${nssincdir} +CFLAGS += -I${nsprincdir} -I${nssincdir} +CFLAGS += -I${incdir} -LDFLAGS += -L${libdir} -L${nsprlibdir} -L${nsslibdir} -lnss3 -lssl3 +LDFLAGS += -L${nsslibdir} -lnss3 -lssl3 +LDFLAGS += -L${libdir} ${TARGET}: ${OBJS} $(CC) -o $@ $^ $(LDFLAGS)
reply other threads:[~2009-04-01 9:25 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20090401092529.C010F120346@lists.fedorahosted.org \ --to=fabbione@fedoraproject.org \ --cc=cluster-cvs-relay@redhat.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).