forked from pool/openldap2
2ef171b749
Copy from network:ldap/openldap2 based on submit request 35048 from user rhafer OBS-URL: https://build.opensuse.org/request/show/35048 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=61
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
Index: build/top.mk
|
|
===================================================================
|
|
--- build/top.mk.orig
|
|
+++ build/top.mk
|
|
@@ -39,7 +39,7 @@ libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
-moduledir = @libexecdir@$(ldap_subdir)
|
|
+moduledir = @libexecdir@/modules
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@$(ldap_subdir)
|
|
@@ -58,7 +58,7 @@ INSTALL_PROGRAM = $(INSTALL)
|
|
INSTALL_DATA = $(INSTALL) -m 644
|
|
INSTALL_SCRIPT = $(INSTALL)
|
|
|
|
-STRIP = -s
|
|
+#STRIP = -s
|
|
|
|
LINT = lint
|
|
5LINT = 5lint
|
|
Index: configure.in
|
|
===================================================================
|
|
--- configure.in.orig
|
|
+++ configure.in
|
|
@@ -67,7 +67,9 @@ dnl Determine host platform
|
|
dnl we try not to use this for much
|
|
AC_CANONICAL_TARGET([])
|
|
|
|
-AM_INIT_AUTOMAKE([$OL_PACKAGE],[$OL_VERSION], [no defines])dnl
|
|
+AC_PROG_MAKE_SET
|
|
+PACKAGE=$OL_PACKAGE
|
|
+VERSION=$OL_VERSION
|
|
AC_SUBST(PACKAGE)dnl
|
|
AC_SUBST(VERSION)dnl
|
|
AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package)
|
|
|