remove libtool from dependencies, eases LIBTOOL_FLAGS usage...
This commit is contained in:
parent
928d5ec6c4
commit
bfd10febdb
12
devel/cln/patches/patch-src_Makefile_in
Normal file
12
devel/cln/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2008/10/27 00:30:18 steven Exp $
|
||||
--- src/Makefile.in.orig Mon Oct 27 00:45:22 2008
|
||||
+++ src/Makefile.in Mon Oct 27 00:45:41 2008
|
||||
@@ -233,7 +233,7 @@ ifeq (${SUBDIR},.)
|
||||
|
||||
${ALLOBJECTS_LO} : ${SUBDIRS_TARGET_ALL}
|
||||
|
||||
-libcln.la : ${LIBTOOL} ${ALLOBJECTS_LO}
|
||||
+libcln.la : ${ALLOBJECTS_LO}
|
||||
echo ${ALLOBJECTS_LO} | tr ' ' '\n' > libcln.objectlist
|
||||
${LIBTOOL_LINK} ${CXX} -o libcln.la -rpath ${libdir} -version-info ${CL_CURRENT}:${CL_REVISION}:${CL_AGE} ${LDFLAGS} ${LIBS} -objectlist libcln.objectlist
|
||||
|
Loading…
Reference in New Issue
Block a user