]> git.pld-linux.org Git - packages/glusterfs.git/commitdiff
- link with shared objcetc files instead of .la files
authorshadzik <shadzik@pld-linux.org>
Wed, 13 Aug 2008 11:28:14 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glusterfs-link_fix.patch -> 1.2

glusterfs-link_fix.patch

index 9e071a813b8cf406bbcf8ab209ffea88367f870b..a1d9ea34e08012c7cd94799fcbee7f1d40ca34c8 100644 (file)
@@ -4,7 +4,7 @@
  authdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/auth
  
  ip_so_SOURCES = ip.c
-+ip_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++ip_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  #noinst_HEADERS = alu.h
  
@@ -15,7 +15,7 @@
  authdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/auth
  
  login_so_SOURCES = login.c
-+login_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++login_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  #noinst_HEADERS = alu.h
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
@@ -28,7 +28,7 @@
 +
  stripe_so_SOURCES = stripe.c
  #noinst_HEADERS = unify.h
-+stripe_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++stripe_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
@@ -38,7 +38,7 @@
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/debug
  
  trace_so_SOURCES = trace.c
-+trace_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++trace_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
@@ -48,7 +48,7 @@
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features
  
  trash_so_SOURCES = trash.c
-+trash_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la 
++trash_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
@@ -58,7 +58,7 @@
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features
  
  filter_so_SOURCES = filter.c
-+filter_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++filter_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = filter.h
  
@@ -69,7 +69,7 @@
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features
  
  fixed_id_so_SOURCES = fixed-id.c
-+fixed_id_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la 
++fixed_id_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS) \
        -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
@@ -79,7 +79,7 @@
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features
  
  posix_locks_so_SOURCES = posix-locks.c
-+posix_locks_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la 
++posix_locks_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so 
 +
  noinst_HEADERS = posix-locks.h
  
@@ -98,7 +98,7 @@
  fuse_so_LDFLAGS = -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
 -fuse_so_LDADD = -lfuse $(GF_DARWIN_FUSE_LDADD)
 +fuse_so_LDADD = -lfuse $(GF_DARWIN_FUSE_LDADD)  \
-+              $(top_builddir)/libglusterfs/src/libglusterfs.la
++              $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  
  CLEANFILES = *~
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/protocol
  
  server_so_SOURCES = server-protocol.c
-+server_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++server_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = server-protocol.h 
  
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/storage
  
  posix_so_SOURCES = posix.c 
-+posix_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la 
++posix_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so 
 +
  noinst_HEADERS = posix.h 
  
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/encryption
  
  rot_13_so_SOURCES = rot-13.c
-+rot_13_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la 
++rot_13_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so 
 +
  noinst_HEADERS = rot-13.h
  
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance
  
  write_behind_so_SOURCES = write-behind.c
-+write_behind_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++write_behind_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
        -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles \
        -D$(GF_HOST_OS) $(GF_DARWIN_BUNDLE_CFLAGS)
  booster_so_LDFLAGS = -shared $(GF_DARWIN_BUNDLE_CFLAGS)
-+booster_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++booster_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  noinst_HEADERS = booster.h
  
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance
  
  io_cache_so_SOURCES = io-cache.c page.c ioc-inode.c
-+io_cache_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++io_cache_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  noinst_HEADERS = io-cache.h
  
  
  read_ahead_so_SOURCES = read-ahead.c page.c
  
-+read_ahead_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++read_ahead_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = read-ahead.h
  
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance
  
  io_threads_so_SOURCES = io-threads.c
-+io_threads_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++io_threads_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = io-threads.h
  
  transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/tcp/
  
  client_so_SOURCES = tcp-client.c $(top_srcdir)/transport/tcp/tcp.c
-+client_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++client_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/transport/tcp/ -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
  transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/tcp/
  
  server_so_SOURCES = tcp-server.c $(top_srcdir)/transport/tcp/tcp.c
-+server_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++server_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/transport/tcp/ -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
  transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/ib-sdp
  
  client_so_SOURCES = ib-sdp-client.c $(top_srcdir)/transport/ib-sdp/ib-sdp.c
-+client_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++client_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/transport/ib-sdp -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
  transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/ib-sdp
  
  server_so_SOURCES = ib-sdp-server.c $(top_srcdir)/transport/ib-sdp/ib-sdp.c
-+server_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++server_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/transport/ib-sdp -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
  
  client_so_SOURCES = ib-verbs-client.c $(top_srcdir)/transport/ib-verbs/ib-verbs.c
 -client_so_LDADD = -libverbs
-+client_so_LDADD = -libverbs $(top_builddir)/libglusterfs/src/libglusterfs.la
++client_so_LDADD = -libverbs $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/transport/ib-verbs -shared -nostartfiles
  
  server_so_SOURCES = ib-verbs-server.c $(top_srcdir)/transport/ib-verbs/ib-verbs.c
 -server_so_LDADD = -libverbs
-+server_so_LDADD = -libverbs $(top_builddir)/libglusterfs/src/libglusterfs.la
++server_so_LDADD = -libverbs $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/transport/ib-verbs -shared -nostartfiles
  scheddir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/scheduler
  
  nufa_so_SOURCES = nufa.c
-+nufa_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++nufa_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = nufa.h
  
  scheddir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/scheduler
  
  rr_so_SOURCES = rr.c
-+rr_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++rr_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = rr.h
  
  scheddir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/scheduler
  
  alu_so_SOURCES = alu.c
-+alu_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++alu_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = alu.h
  
  scheddir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/scheduler
  
  random_so_SOURCES = random.c
-+random_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++random_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = random.h
  
  scheddir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/scheduler
  
  switch_so_SOURCES = switch.c
-+switch_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++switch_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS) \
        -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster
  
  unify_so_SOURCES = unify.c unify-self-heal.c
-+unify_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++unify_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = unify.h
  
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster
  
  afr_so_SOURCES = afr.c afr_self_heal.c
-+afr_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++afr_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = afr.h
  
  xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/protocol
  
  client_so_SOURCES = client-protocol.c
-+client_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++client_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
 +
  noinst_HEADERS = client-protocol.h
  
  transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/unix/
  
  client_so_SOURCES = unix-client.c $(top_srcdir)/transport/unix/unix.c
-+client_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++client_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/transport/unix/ -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
  transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/unix/
  
  server_so_SOURCES = unix-server.c $(top_srcdir)/transport/unix/unix.c
-+server_so_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
++server_so_LDADD = $(top_builddir)/libglusterfs/src/.libs/libglusterfs.so
  
  AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
        -I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/transport/unix/ -shared -nostartfiles $(GF_DARWIN_BUNDLE_CFLAGS)
This page took 0.199626 seconds and 4 git commands to generate.