Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Add -ldl for opannotate, oparchive, etc, in pp/Android.mk
Browse files Browse the repository at this point in the history
The new libbfd.a is compiled with plugin enabled.  The plugin.o in
it need dlopen, dlsym, etc

Change-Id: I63912ddc151fe3f6a34274e6200db6e7a16c910d
  • Loading branch information
Andrew Hsieh committed Jan 4, 2013
1 parent e36e25b commit bcc580e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pp/Android.mk
Expand Up @@ -31,7 +31,7 @@ common_libs := \
libiberty \
libintl

common_ldlibs := -lz $(common_host_ldlibs_libiconv)
common_ldlibs := -lz $(common_host_ldlibs_libiconv) -ldl

ifeq ($(HAVE_LIBBFD),true)

Expand Down

0 comments on commit bcc580e

Please sign in to comment.