summaryrefslogtreecommitdiff
blob: 7e9d4085f4da18eb4fbf8d4781e9b15db4f109e8 (plain)
1
2
3
4
5
6
7
8
--- netbsd-cvs/Makefile.orig	2009-01-04 23:09:48.705130795 +0100
+++ netbsd-cvs/Makefile	2009-01-04 23:09:55.836326665 +0100
@@ -118,4 +118,4 @@
 libedit.a: $(OOBJS)
 	$(AR) -r $@ .a/*
 libedit.so: $(OOBJS)
-	$(CC) --shared -o $@ .so/* $(LIBS) -Wl,-soname,libedit.so
+	$(CC) $(LDFLAGS) --shared -o $@ .so/* $(LIBS) -Wl,-soname,libedit.so