projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff2c832
)
Makefiles: Use $(LTLIBREADLINE) instead of $(LIBREADLINE).
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 11 Aug 2013 15:25:08 +0000
(08:25 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 11 Aug 2013 15:25:30 +0000
(08:25 -0700)
Fixes a link failure with -Wl,--as-needed.
Reported by Sebastien Fabbro.
Bug #39707.
src/ui/terminal/automake.mk
patch
|
blob
|
history
diff --git
a/src/ui/terminal/automake.mk
b/src/ui/terminal/automake.mk
index 7bf2e6fc36dc30b3ddc3e71f4761c0a820072048..08ecbad54e519776b69cbcba6226cd37d567f32f 100644
(file)
--- a/
src/ui/terminal/automake.mk
+++ b/
src/ui/terminal/automake.mk
@@
-24,7
+24,7
@@
src_ui_terminal_pspp_LDADD = \
src/libpspp-core.la \
$(CAIRO_LIBS) \
$(NCURSES_LIBS) \
- $(LIBREADLINE) \
+ $(L
TL
IBREADLINE) \
$(GSL_LIBS)