summaryrefslogtreecommitdiff
path: root/databases/kyotocabinet/files/patch-example-Makefile
blob: 896196921d679a3058afae443f03d451cb08bdb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- example/Makefile.orig	2011-02-05 14:17:43 UTC
+++ example/Makefile
@@ -20,7 +20,7 @@ LDFLAGS =
 CFLAGS = -I. -I.. -Wall -ansi -pedantic -fsigned-char -O2
 CXXFLAGS = -I. -I.. -Wall -fsigned-char -O2
 LDFLAGS =
-LIBS = -L. -L.. -lkyotocabinet -lstdc++ -lz -lrt -lpthread -lm -lc
+LIBS = -L. -L.. -lkyotocabinet -lz -lrt -lpthread -lm -lc
 LDENV = LD_RUN_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:.:..
 RUNENV = LD_LIBRARY_PATH=/lib:/usr/lib:$(HOME)/lib:/usr/local/lib:.:..