]> git.pld-linux.org Git - packages/xfsprogs.git/blame - xfsprogs-libtool.patch
- BR: readline-devel
[packages/xfsprogs.git] / xfsprogs-libtool.patch
CommitLineData
7bc0b880
ER
1--- xfsdump-2.2.42/include/buildmacros~ 2006-08-21 07:44:03.000000000 +0300
2+++ xfsdump-2.2.42/include/buildmacros 2006-08-23 21:03:00.997387025 +0300
3@@ -41,10 +41,10 @@
4 LTOBJECTS = $(OBJECTS:.o=.lo)
5 LTVERSION = $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
6
7-LTLINK = $(LIBTOOL) --mode=link $(CC)
8+LTLINK = $(LIBTOOL) --mode=link --tag=CC $(CC)
9 LTEXEC = $(LIBTOOL) --mode=execute
10 LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
11-LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF)
12+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CCF)
13
14 ifeq ($(ENABLE_SHARED),yes)
15 LTLDFLAGS += -rpath $(PKG_LIB_DIR)
This page took 0.023616 seconds and 4 git commands to generate.