Skip to content

Commit

Permalink
Merge pull request #85 from earlruby/master
Browse files Browse the repository at this point in the history
Changed -lcurses to -lncurses
  • Loading branch information
vladpaiu committed Oct 7, 2013
2 parents ec0d05a + 7ae769d commit 6ce4321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menuconfig/Makefile
Expand Up @@ -5,7 +5,7 @@ MENUCONFIG_HAVE_SOURCES?=1
CFLAGS=-g -Wall -DMENUCONFIG_CFG_PATH=\"$(MENUCONFIG_CFG_PATH)\" \
-DMENUCONFIG_GEN_PATH=\"$(MENUCONFIG_GEN_PATH)\" \
-DMENUCONFIG_HAVE_SOURCES=$(MENUCONFIG_HAVE_SOURCES) $(CC_EXTRA_OPTS)
MY_LDFLAGS=-lcurses $(LD_EXTRA_OPTS)
MY_LDFLAGS=-lncurses $(LD_EXTRA_OPTS)
EXEC_NAME=configure
all: $(MENUCONFIG_FILES)
$(CC) -o $(EXEC_NAME) $(CFLAGS) $^ $(MY_LDFLAGS)
Expand Down

0 comments on commit 6ce4321

Please sign in to comment.