[PATCH] lib/Makefile.am

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9aabd0b..2b70042 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -76,8 +76,9 @@ else
 if BUILD_SOLARIS

 libsam.so.$(SONAME): libcmap.so libquorum.a
-lib%.so.$(SONAME): lib%.a
-       $(LD) $(SOLARIS_OPTS) $(call get_linker_add,$*) -G -whole-archive $^ -no-whole-archive -o $@
+lib%.so: lib%.a
+       $(LD) $(SOLARIS_OPTS) -G --whole-archive $^ --no-whole-archive \
+               -o $@.$(call get_soname,$*) $(LDFLAGS) $(LIBQB_LIBS) $(AM_LDFLAGS) $(call get_linker_add,$*)
        ln -sf lib$*.so.$(call get_soname,$*) lib$*.so
        ln -sf lib$*.so.$(call get_soname,$*) lib$*.so.$(call get_major,$*)

_______________________________________________
discuss mailing list
discuss@xxxxxxxxxxxx
http://lists.corosync.org/mailman/listinfo/discuss


[Index of Archives]     [Linux Clusters]     [Corosync Project]     [Linux USB Devel]     [Linux Audio Users]     [Photo]     [Yosemite News]    [Yosemite Photos]    [Linux Kernel]     [Linux SCSI]     [X.Org]

  Powered by Linux