summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1997-02-21 07:33:21 +0000
committertholo <tholo@openbsd.org>1997-02-21 07:33:21 +0000
commit8e9ba131a73b290a391f28a8de66b27cbe261b15 (patch)
treef7e6a3a3718fa074ebbc9d8ee98c1502f44802b1
parentGet symbol counts right when counting weak symbols in shared libraries as (diff)
downloadwireguard-openbsd-8e9ba131a73b290a391f28a8de66b27cbe261b15.tar.xz
wireguard-openbsd-8e9ba131a73b290a391f28a8de66b27cbe261b15.zip
ld(1) now works; link shared library against -lcurses again
-rw-r--r--gnu/lib/libg++/libg++/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/libg++/Makefile.bsd-wrapper b/gnu/lib/libg++/libg++/Makefile.bsd-wrapper
index 3e506faeebb..78c5402334c 100644
--- a/gnu/lib/libg++/libg++/Makefile.bsd-wrapper
+++ b/gnu/lib/libg++/libg++/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.6 1996/09/22 22:27:43 etheisen Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.7 1997/02/21 07:33:21 tholo Exp $
.if defined(OBJMACHINE)
OBJDIR= obj.${MACHINE}
@@ -33,7 +33,7 @@ LIB= g++
CXXFLAGS+= -fno-implicit-templates
CPPFLAGS+= -I. -I$(.CURDIR)/src -I$(.CURDIR)/../libio \
-I$(.CURDIR)/../libstdc++ -I$(LIBIO_OBJDIR)
-#LDADD+= -lcurses
+LDADD+= -lcurses
CXXSRCS= AllocRing.cc Obstack.cc builtin.cc $(REGEX_OBJ) Regex.cc \
String.cc Intdouble.cc Integer.cc Rational.cc Random.cc \