Remove pointless link to dl library.
authorDavid Griffith <dave@661.org>
Tue, 23 Jul 2019 07:54:47 +0000 (00:54 -0700)
committerDavid Griffith <dave@661.org>
Tue, 23 Jul 2019 07:54:47 +0000 (00:54 -0700)
Makefile

index 1e54f112e9306b7c0407b80935903f02e84dcd9f..01766dc0627956d5e466fc7e6b40cafe6e284f16 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -185,7 +185,7 @@ ifeq ($(CURSES), ncursesw)
 endif
 
 ifeq ($(SOUND), ao)
-  CURSES_SOUND_LDFLAGS += -lao -ldl -lpthread -lm \
+  CURSES_SOUND_LDFLAGS += -lao -lpthread -lm \
        -lsndfile -lvorbisfile -lmodplug -lsamplerate
   CURSES_SOUND = enabled
 else