mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
14 lines
487 B
Plaintext
14 lines
487 B
Plaintext
--- Makefile.in.orig 2008-05-26 11:14:18.000000000 +0200
|
|
+++ Makefile.in 2008-05-26 11:14:01.000000000 +0200
|
|
@@ -17,8 +17,8 @@
|
|
|
|
TESTEXE=ex-test
|
|
BASEOBJS=userlist.o thread.o results.o address.o tcp.o cmd5.o mutex.o logit.o expand.o @extra_objs@
|
|
-LFLAGS=-lstdc++ @extra_ldflags@
|
|
-CRYPTLFLAGS=-lstdc++ @crypt_ldflags@
|
|
+LFLAGS=$(LDFLAGS) -lstdc++ @extra_ldflags@
|
|
+CRYPTLFLAGS=$(LDFLAGS) -lstdc++ @crypt_ldflags@
|
|
|
|
|
|
ALLOBJS=$(BASEOBJS) smtp.o client.o basictcp.o bhmusers.o smtpserver.o
|