From: Schantl Stefan Date: Thu, 8 Apr 2010 12:58:31 +0000 (+0200) Subject: gettext: Add configure_options. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5fec50efec0b4bcd68ab8769187562b01a6f3a7;p=ipfire-3.x.git gettext: Add configure_options. * Add option to prevent from building static libraries and save build time. * Add option to use gettext from toolchain not the allready included one. * Add option to disable rpath. --- diff --git a/pkgs/core/gettext/gettext.nm b/pkgs/core/gettext/gettext.nm index 07fdefb45..69783a601 100644 --- a/pkgs/core/gettext/gettext.nm +++ b/pkgs/core/gettext/gettext.nm @@ -52,3 +52,10 @@ endef PKG_BUILD_DEPS+= autoconf automake PKG_TARBALL = $(THISAPP).tar.gz + +CONFIGURE_OPTIONS += \ + --without-included-gettext \ + --disable-static \ + --enable-shared \ + --disable-rpath +