mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
29a22bf272
Noticed by: Keltia on IRC
15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
--- configure.orig Fri Apr 4 14:07:12 2003
|
|
+++ configure Fri Apr 4 14:08:48 2003
|
|
@@ -134,9 +134,9 @@
|
|
AR=ar
|
|
ARFLAGS="-rc"
|
|
LD=gcc
|
|
- LDFLAGS="$LDDBG"
|
|
+ LDFLAGS="${LDFLAGS}"
|
|
SYSLIBS=""
|
|
- LIBDB_LIB=""
|
|
+ LIBDB_LIB="${DB_LIBNAME}"
|
|
MYSQL_LIB="-lmysqlclient"
|
|
;;
|
|
OpenBSD)
|