]> git.pld-linux.org Git - packages/xfsdump.git/commitdiff
- libtool fix
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Aug 2006 18:23:13 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsdump-libtool.patch -> 1.1

xfsdump-libtool.patch [new file with mode: 0644]

diff --git a/xfsdump-libtool.patch b/xfsdump-libtool.patch
new file mode 100644 (file)
index 0000000..794e349
--- /dev/null
@@ -0,0 +1,15 @@
+--- xfsdump-2.2.42/include/buildmacros~        2006-08-21 07:44:03.000000000 +0300
++++ xfsdump-2.2.42/include/buildmacros 2006-08-23 21:03:00.997387025 +0300
+@@ -41,10 +41,10 @@
+ LTOBJECTS = $(OBJECTS:.o=.lo)
+ LTVERSION = $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+-LTLINK = $(LIBTOOL) --mode=link $(CC)
++LTLINK = $(LIBTOOL) --mode=link --tag=CC $(CC)
+ LTEXEC = $(LIBTOOL) --mode=execute
+ LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
+-LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF)
++LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CCF)
+ ifeq ($(ENABLE_SHARED),yes)
+ LTLDFLAGS += -rpath $(PKG_LIB_DIR)
This page took 0.030641 seconds and 4 git commands to generate.