You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Ralf S. Engelschall" <rs...@engelschall.com> on 1997/03/10 17:20:39 UTC

[PATCH] support/Makefile.tmpl (II)

Huups... there is still another EXTRA_LIBS in support/Makefile which was no
Problem under FreeBSD, but now it is not enough for Solaris. When replacing
both EXTRA_LIBS by LIBS it works fine for both OS and all others, too.

The updated patch snippet:

*** Makefile.tmpl.orig	Mon Mar 10 17:18:21 1997
--- Makefile.tmpl	Mon Mar 10 17:18:32 1997
***************
*** 16,22 ****
  all: $(TARGETS)
  
  htpasswd: htpasswd.c
! 	$(CC) $(CFLAGS) htpasswd.c -o htpasswd $(EXTRA_LIBS)
  
  htdigest: htdigest.c
  	$(CC) $(CFLAGS) htdigest.c -o htdigest
--- 16,22 ----
  all: $(TARGETS)
  
  htpasswd: htpasswd.c
! 	$(CC) $(CFLAGS) htpasswd.c -o htpasswd $(LIBS)
  
  htdigest: htdigest.c
  	$(CC) $(CFLAGS) htdigest.c -o htdigest
***************
*** 28,34 ****
  	$(CC) $(INCLUDES) $(CFLAGS) rotatelogs.c -o rotatelogs
  
  logresolve: logresolve.c
! 	$(CC) $(INCLUDES) $(CFLAGS) logresolve.c -o logresolve $(EXTRA_LIBS)
  
  clean:
  	rm -f $(TARGETS)
--- 28,34 ----
  	$(CC) $(INCLUDES) $(CFLAGS) rotatelogs.c -o rotatelogs
  
  logresolve: logresolve.c
! 	$(CC) $(INCLUDES) $(CFLAGS) logresolve.c -o logresolve $(LIBS)
  
  clean:
  	rm -f $(TARGETS)

Greetings,
                                       Ralf S. Engelschall
                                       rse@engelschall.com
                                       www.engelschall.com