6ae86a797e
Correct to the right option
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.13 2012/07/10 22:53:57 espie Exp $
|
|
--- Makefile.in.orig Thu May 3 16:02:43 2012
|
|
+++ Makefile.in Wed Jul 11 00:50:24 2012
|
|
@@ -12,7 +12,7 @@ datarootdir = @datarootdir@
|
|
datadir = @datadir@
|
|
libdir = @libdir@
|
|
includedir = @includedir@
|
|
-doxygen = @doxygen@
|
|
+#doxygen = @doxygen@
|
|
pywrapdir = ${srcdir}/contrib/python
|
|
pyldnsxwrapdir = ${srcdir}/contrib/ldnsx
|
|
swig = @swig@
|
|
@@ -201,7 +201,7 @@ lib: libldns.la
|
|
lib-export-all: libldns.la-export-all
|
|
|
|
libldns.la: $(LDNS_ALL_LOBJS)
|
|
- $(LINK_LIB) $(LIBSSL_LDFLAGS) $(LIBSSL_LIBS) --export-symbols $(srcdir)/ldns_symbols.def -o libldns.la $(LDNS_ALL_LOBJS) -rpath $(libdir) $(RUNTIME_PATH)
|
|
+ $(LINK_LIB) $(LIBSSL_LDFLAGS) $(LIBSSL_LIBS) -export-symbols $(srcdir)/ldns_symbols.def -o libldns.la $(LDNS_ALL_LOBJS) -rpath $(libdir) $(RUNTIME_PATH)
|
|
|
|
libldns.la-export-all: $(LDNS_ALL_LOBJS)
|
|
$(LINK_LIB) -o libldns.la $(LDNS_ALL_LOBJS) -rpath $(libdir) $(RUNTIME_PATH)
|
|
@@ -286,7 +286,6 @@ uninstall-h:
|
|
install-lib: lib
|
|
$(INSTALL) -m 755 -d $(DESTDIR)$(libdir)
|
|
$(LIBTOOL) --mode=install cp libldns.la $(DESTDIR)$(libdir)
|
|
- $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
|
|
|
|
uninstall-lib:
|
|
$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/libldns.la
|