- webalizer-overlinking.patch: Remove use of xorg-x11-devel its need was the product of overlinking. X libraries are never directly used. OBS-URL: https://build.opensuse.org/request/show/257599 OBS-URL: https://build.opensuse.org/package/show/network:utilities/webalizer?expand=0&rev=23
12 lines
434 B
Diff
12 lines
434 B
Diff
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -26,7 +26,7 @@ ETCDIR = @sysconfdir@
|
|
GEODB = @GEODB_LOC@
|
|
CC = @CC@
|
|
CFLAGS = @CFLAGS@ @CPPFLAGS@
|
|
-LIBS = @LIBS@ -ljpeg -ldb -L/usr/X11R6/$(LIBNAME) -lX11 -lXpm
|
|
+LIBS = @LIBS@ -ljpeg -ldb
|
|
WCMGR_LIBS = @WCMGR_LIBS@
|
|
DEFS = -DETCDIR=\"${ETCDIR}\" -DGEODB_LOC=\"${GEODB}\" @DEFS@ @OPTS@
|
|
LDFLAGS = @LDFLAGS@
|