Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
e954ec19
Commit
e954ec19
authored
Dec 06, 2004
by
Mark Andrews
Browse files
1785. [bug] libbind9.la/libbind9.so needs to link against
libisc.la/libisc.so.
parent
8d49fe66
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e954ec19
1785. [bug] libbind9.la/libbind9.so needs to link against
libisc.la/libisc.so.
1784. [cleanup] "libtool -allow-undefined" is the default.
Leave hooks in configure to allow it to be set
if needed in the future.
...
...
lib/bind9/Makefile.in
View file @
e954ec19
...
...
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.
5
2004/
07/20 07:13:40
marka Exp $
# $Id: Makefile.in,v 1.
6
2004/
12/06 04:47:21
marka Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
@@ -31,6 +31,10 @@ CINCLUDES = -I. ${BIND9_INCLUDES} ${DNS_INCLUDES} ${ISC_INCLUDES} \
CDEFINES
=
CWARNINGS
=
ISCLIBS
=
../../lib/isc/libisc.@A@
ISCDEPLIBS
=
../../lib/isc/libisc.@A@
LIBS
=
@LIBS@
SUBDIRS
=
include
...
...
@@ -57,11 +61,11 @@ libbind9.@SA@: ${OBJS}
${AR}
${ARFLAGS}
$@
${OBJS}
${RANLIB}
$@
libbind9.la
:
${OBJS}
libbind9.la
:
${OBJS}
${ISCDEPLIBS}
${LIBTOOL_MODE_LINK}
\
${CC}
${ALL_CFLAGS}
${LDFLAGS}
-o
libbind9.la
-rpath
${libdir}
\
-version-info
${LIBINTERFACE}
:
${LIBREVISION}
:
${LIBAGE}
\
${OBJS}
${LIBS}
${OBJS}
${ISCLIBS}
${LIBS}
timestamp
:
libbind9.@A@
touch
timestamp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment