From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2A3E71384C0 for ; Sat, 29 Aug 2015 11:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DE4014120; Sat, 29 Aug 2015 11:33:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21E8314120 for ; Sat, 29 Aug 2015 11:33:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F08B1340864 for ; Sat, 29 Aug 2015 11:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EE23169 for ; Sat, 29 Aug 2015 11:33:10 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1440848025.11e8519caa4160f1a69b5efab0b366326cb32e6d.nimiux@gentoo> Subject: [gentoo-commits] proj/conf-update:master commit in: / X-VCS-Repository: proj/conf-update X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 11e8519caa4160f1a69b5efab0b366326cb32e6d X-VCS-Branch: master Date: Sat, 29 Aug 2015 11:33:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7f3f3107-56e0-448e-bb20-3f79e5fb6e28 X-Archives-Hash: dc13784870cb2597874d49ceba7d6a7b commit: 11e8519caa4160f1a69b5efab0b366326cb32e6d Author: Chema Alonso Josa gentoo org> AuthorDate: Sat Aug 29 11:33:45 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sat Aug 29 11:33:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/conf-update.git/commit/?id=11e8519c Fix bug #527326 Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8bbb7a..b95238e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ modified.o: conf-update.h modified.c conf-update.h: core.h helpers.h index.h modified.h config.h conf-update: core.o helpers.o conf-update.o index.o modified.o config.o - $(CC) $(LDFLAGS) -o conf-update config.o core.o helpers.o conf-update.o index.o modified.o $$(pkg-config --libs glib-2.0) -lncurses -lmenu -lcrypto + $(CC) $(LDFLAGS) -o conf-update config.o core.o helpers.o conf-update.o index.o modified.o $(shell ${PKG_CONFIG} --libs glib-2.0 ncurses menu) -lcrypto install: conf-update @install -d $(DESTDIR)/usr/sbin/