Files
webalizer/webalizer-overlinking.patch
Tomáš Chvátal bf28c1d635 Accepting request 257599 from home:elvigia:branches:network:utilities
- 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
2014-10-24 15:03:11 +00:00

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@