summaryrefslogtreecommitdiffstats
path: root/src/rgw
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-12-22 18:00:43 +0100
committerSage Weil <sage@inktank.com>2013-12-22 18:48:28 +0100
commitcf34af8bd22087f498cc1d80da40782e2d530bc9 (patch)
treecabadebaba185ed097367f02b0564077b7a4a311 /src/rgw
parentMerge pull request #980 from ceph/port/misc (diff)
downloadceph-cf34af8bd22087f498cc1d80da40782e2d530bc9.tar.xz
ceph-cf34af8bd22087f498cc1d80da40782e2d530bc9.zip
rgw: add -ldl for mongoose
/usr/bin/ld: mongoose/mongoose.o: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' /lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line error: collect2: ld returned 1 exit status Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'src/rgw')
-rw-r--r--src/rgw/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rgw/Makefile.am b/src/rgw/Makefile.am
index a2c06abe260..8995aff0b3c 100644
--- a/src/rgw/Makefile.am
+++ b/src/rgw/Makefile.am
@@ -48,7 +48,8 @@ LIBRGW_DEPS += \
-lcurl \
-lexpat \
-lm \
- -lfcgi
+ -lfcgi \
+ -ldl
radosgw_SOURCES = \
rgw/rgw_resolve.cc \