diff options
author | Juergen Daubert <jue@jue.li> | 2020-05-21 14:40:21 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-05-21 14:40:21 +0200 |
commit | 47e3998b2d8418b699243b733e95789d2cac4acd (patch) | |
tree | 6394ab87cb759c3b2cc230476cca4d41f4746205 /gettext | |
parent | 575b29d80acdd0bc9dac9eccc239fdfa1ba54115 (diff) | |
download | core-47e3998b2d8418b699243b733e95789d2cac4acd.tar.gz core-47e3998b2d8418b699243b733e95789d2cac4acd.tar.xz |
gettext: force build of static and shared libraries
Diffstat (limited to 'gettext')
-rw-r--r-- | gettext/.signature | 4 | ||||
-rw-r--r-- | gettext/Pkgfile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gettext/.signature b/gettext/.signature index 6ea3ef77..3a0620d2 100644 --- a/gettext/.signature +++ b/gettext/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqtQudkvTT8RILV+OzyvqHh/egKGf/HJzCmjsAbkuXEb5snNJ3uwet7r+YbmUK6NIrSbgg6ZzDud5ZFJ7r68nUQA= -SHA256 (Pkgfile) = 71c8778a09c0fd4670eac896826960b9e35e6b753c8df114bc93d0a1e8a7a286 +RWRJc1FUaeVeqi7P0cP+JCwggGq1DxQhQVWVKbyvq0jSJhfFPXdv/eKbVFQX/BDqQ9sQwhD5fVJNH9tqqXL3r66QIL/5N5CKLgM= +SHA256 (Pkgfile) = 063acb056266e1a21d4698effd79553718ca169e20c5ae1aec3f7c6a05c16739 SHA256 (.footprint) = b1d064808f1ce647a1ea3eebf45b272e403cffe442e23a04fa7b36b85ffc45b2 SHA256 (gettext-0.20.2.tar.xz) = b22b818e644c37f6e3d1643a1943c32c3a9bff726d601e53047d2682019ceaba diff --git a/gettext/Pkgfile b/gettext/Pkgfile index 38b8c744..86016394 100644 --- a/gettext/Pkgfile +++ b/gettext/Pkgfile @@ -11,6 +11,7 @@ source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ + --enable-{shared,static} \ --disable-{csharp,java,nls} \ --without-{emacs,git} \ --with-included-{glib,libcroco,libxml} |