| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 15092
Submitted by: Maintainer
|
|
|
|
|
|
|
| |
<karl.dietz@triplan.com>.
PR: ports/12999, ports/13654
Submitted by: Karl Dietz <karl.dietz@triplan.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gcc -O -pipe -DUSE_SYSCONF -I. -I/usr/local/include -DMODIFY -DWEB500GW_DEBUG -DSUPPORT_OLD_URLS -DWEB500GWDIR=\"/usr/local/etc/web500gw\" -DLDAPVERSION=33 -DLDAP_DEBUG -fpcc-struct-return -fwritable-strings -c gwversion.c
gcc -o web500gw web500gw.o read.o search.o modify.o add.o navigation.o util.o web_util.o dir_util.o ldap2html.o messages.o init.o config.o detach.o setproctitle.o gwversion.o -L/usr/local/lib -lldap -llber
util.o: In function `find_access':
util.o(.text+0x91a): undefined reference to `re_comp'
util.o(.text+0x927): undefined reference to `re_exec'
util.o: In function `find_language':
util.o(.text+0x96a): undefined reference to `re_comp'
util.o(.text+0x977): undefined reference to `re_exec'
util.o: In function `find_browser':
util.o(.text+0xd2e): undefined reference to `re_comp'
util.o(.text+0xd3b): undefined reference to `re_exec'
*** Error code 1
|
|
|
|
|
| |
PR: 7663
Submitted by: maintainer
|
| |
|
| |
|
|
PR: ports/7447
Submitted by: Brent J. Nordquist <bjn@visi.com>
|