gentoo-ebuilds/app-admin/webalizer/files/webalizer-2.23.08-broken-disable-static.patch
David Seifert f2909e2c89
app-admin/webalizer: update EAPI 5 -> 8
Closes: https://bugs.gentoo.org/835387
Signed-off-by: David Seifert <soap@gentoo.org>
2022-06-28 17:09:55 +02:00

16 lines
313 B
Diff

--- a/configure
+++ b/configure
@@ -3939,13 +3939,6 @@
if test "$GCC" = "yes"; then
-
- # Check whether --enable-static was given.
-if test "${enable_static+set}" = set; then
- enableval=$enable_static; LDFLAGS="--static ${LDFLAGS}"
-fi
-
-
if test "$IN_CFLAGS" = ""; then
CFLAGS="-Wall -O2"
fi