Skip to content

Commit

Permalink
Added LIBS := -ldl to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardgeek committed Jun 2, 2014
1 parent 06d67e3 commit bab60bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export CXXFLAGS := -Wall -Wno-unused-parameter
C_CXX_FLAGS := -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I$(BASE_DIR) -I$(BASE_DIR)/Crypto
export ASFLAGS := -Ox -D __GNUC__
export LFLAGS :=
export LIBS := -ldl

export PKG_CONFIG_PATH ?= /usr/local/lib/pkgconfig

Expand Down

0 comments on commit bab60bd

Please sign in to comment.