[csw-devel] SF.net SVN: gar:[2977] csw/mgar/pkg/gnupg/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Feb 3 20:39:28 CET 2009
Revision: 2977
http://gar.svn.sourceforge.net/gar/?rev=2977&view=rev
Author: dmichelsen
Date: 2009-02-03 19:39:28 +0000 (Tue, 03 Feb 2009)
Log Message:
-----------
gnupg: Add missing compile flags
Modified Paths:
--------------
csw/mgar/pkg/gnupg/trunk/Makefile
Modified: csw/mgar/pkg/gnupg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-03 19:06:56 UTC (rev 2976)
+++ csw/mgar/pkg/gnupg/trunk/Makefile 2009-02-03 19:39:28 UTC (rev 2977)
@@ -16,6 +16,12 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2
+# This is somehow not correctly detected from autoconf
+EXTRA_LINKER_FLAGS = -lgpg-error
+
+# Needed for nanosleep()
+EXTRA_LINKER_FLAGS += -lrt
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-libcurl
CONFIGURE_ARGS += --with-ldap
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list