diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-14 01:01:31 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:12 +0100 |
commit | 0969ac9e6189d1b990ca86b7611341fe6a404b5e (patch) | |
tree | 5b1d79df060accc0a8ef50b0e05c4602207fade3 /source4/lib/ldb | |
parent | 5adade2f2f6db9f76c5d1bfbb08d9c0b17d454a9 (diff) | |
download | samba-0969ac9e6189d1b990ca86b7611341fe6a404b5e.tar.gz samba-0969ac9e6189d1b990ca86b7611341fe6a404b5e.tar.bz2 samba-0969ac9e6189d1b990ca86b7611341fe6a404b5e.zip |
r25944: Fix handling of sonameflag on AIX, which doesn't have anything like that.
(This used to be commit 228dd6830eb9c91287bb3e0233d8b3a404ff3676)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index 72bb957555..6a490e2f15 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -97,7 +97,7 @@ SOLIB = lib/libldb.$(SHLIBEXT).0.9.0 STATICLIB = lib/libldb.a $(SOLIB): $(OBJS) - $(CC) $(SHLD_FLAGS) $(SONAMEFLAG)$(SONAME) -o $@ $^ $(LDFLAGS) $(LIBS) $(TALLOC_LIBS) $(TDB_LIBS) + $(CC) $(SHLD_FLAGS) -o $@ $^ $(LDFLAGS) $(LIBS) $(TALLOC_LIBS) $(TDB_LIBS) $(SONAMEFLAG)$(SONAME) all: showflags dirs $(OBJS) $(STATICLIB) $(SOLIB) $(BINS) $(EXAMPLES) manpages |