--disable-static
This commit is contained in:
parent
95d0ad8df1
commit
afa6611b95
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2011/09/16 09:24:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2012/07/13 16:56:55 ajacoutot Exp $
|
||||
|
||||
COMMENT= python bindings for libnotify
|
||||
|
||||
@ -44,6 +44,8 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
CONFIGURE_ARGS += --disable-static
|
||||
|
||||
# Force regen of pynotify.c to include missing functions.
|
||||
# See http://trac.galago-project.org/ticket/121
|
||||
post-extract:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2012/05/04 07:09:13 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2012/07/13 16:56:55 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -24,6 +24,7 @@ LIB_DEPENDS= net/gssdp>=0.12.0 \
|
||||
|
||||
MODPY_ADJ_FILES= tools/gupnp-binding-tool
|
||||
|
||||
CONFIGURE_ARGS+= --with-context-manager=unix
|
||||
CONFIGURE_ARGS+= --disable-static \
|
||||
--with-context-manager=unix
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2012/03/29 12:52:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2012/07/13 16:56:55 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -41,7 +41,8 @@ LIB_DEPENDS= devel/json-glib \
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --enable-all-services \
|
||||
CONFIGURE_ARGS+= --disable-static \
|
||||
--enable-all-services \
|
||||
--with-online=always # Other choices are ConnMan and NM
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2011/09/28 09:51:37 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2012/07/13 16:56:55 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -43,6 +43,7 @@ USE_GMAKE= No
|
||||
|
||||
LIBTOOL_FLAGS+= --tag=disable-static
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
# pick bind_textdomain_codeset
|
||||
MODGNOME_LDFLAGS=-lintl -liconv
|
||||
|
Loading…
Reference in New Issue
Block a user