summaryrefslogtreecommitdiff
path: root/databases/ipa_sdb
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-01-22 13:10:41 +0000
committerobache <obache@pkgsrc.org>2007-01-22 13:10:41 +0000
commit28a9a741e9df9f1b9e343ffe7afa6ba6d9ec515d (patch)
treee1c8a354093b4b40f2424bda01da1b4250aad845 /databases/ipa_sdb
parent2a80b9c2759aac5bccbe633eaa0dfd9fee0c1eb3 (diff)
downloadpkgsrc-28a9a741e9df9f1b9e343ffe7afa6ba6d9ec515d.tar.gz
Should build only shared libraries, pointed out in PR 34860.
Bump PKGREVISION.
Diffstat (limited to 'databases/ipa_sdb')
-rw-r--r--databases/ipa_sdb/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/ipa_sdb/Makefile b/databases/ipa_sdb/Makefile
index bdcb6c0dbbe..d2512ef58e1 100644
--- a/databases/ipa_sdb/Makefile
+++ b/databases/ipa_sdb/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 15:06:02 obache Exp $
+# $NetBSD: Makefile,v 1.2 2007/01/22 13:10:41 obache Exp $
DISTNAME= ipa_sdb-1.0.1
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_sdb/
EXTRACT_SUFX= .tar.bz2
@@ -13,7 +14,9 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c
USE_LIBTOOL= yes
-CONFIGURE_ARGS+=-with-mandir-ru=ru
+SHLIBTOOL_OVERRIDE= # empty
+
+CONFIGURE_ARGS+= --with-mandir-ru=ru
.include "options.mk"