]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gettext: Add configure_options.
authorSchantl Stefan <Stevee@ipfire.org>
Thu, 8 Apr 2010 12:58:31 +0000 (14:58 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Thu, 8 Apr 2010 12:58:31 +0000 (14:58 +0200)
* 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.

pkgs/core/gettext/gettext.nm

index 07fdefb4570cd1f05a45d48d68d26528aedcc922..69783a601c4c266563afb4b7f80e65385a5d9b02 100644 (file)
@@ -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
+