diff options
| author | tcely <tcely@users.noreply.github.com> | 2019-04-18 14:27:16 -0400 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-22 10:34:41 +0000 |
| commit | eb7e9ab259ea26b788b329d3ffff645ddf00533f (patch) | |
| tree | f441adcf54e3c6171aee2c9f9a755698a645bafa | |
| parent | 2ddb1cbd8dd6016da703b83cc0c204eea9fccfe1 (diff) | |
| download | aports-eb7e9ab259ea26b788b329d3ffff645ddf00533f.tar.bz2 aports-eb7e9ab259ea26b788b329d3ffff645ddf00533f.tar.xz | |
main/libtool: do not disable static
Fixes https://bugs.alpinelinux.org/issues/10301
| -rw-r--r-- | main/libtool/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libtool/APKBUILD b/main/libtool/APKBUILD index 85ccba2d4d..dc16727241 100644 --- a/main/libtool/APKBUILD +++ b/main/libtool/APKBUILD @@ -25,8 +25,8 @@ build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ - --prefix=/usr \ - --disable-static + --prefix=/usr + make } |
