summaryrefslogtreecommitdiff
path: root/support-files/MySQL-shared-compat.spec.sh
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-07-09 15:51:31 +0200
committerunknown <lenz@mysql.com>2003-07-09 15:51:31 +0200
commita71c2b3bb34bbbced708dfeda65bb8a8e5166170 (patch)
tree37e53e21823552feb67316b0aae4a4b7b4fb636a /support-files/MySQL-shared-compat.spec.sh
parentb5b615942cf1c4cd4427aed96510df0ecf19e7d7 (diff)
downloadmariadb-git-a71c2b3bb34bbbced708dfeda65bb8a8e5166170.tar.gz
- enhanced the RPM spec file (use more RPM macros, cleanups, allow to
override CC/CXX when using a special compiler) - the RPM should now build on AMD64 and IA64, too support-files/MySQL-shared-compat.spec.sh: - use %_libdir macro instead of hardcoded value (required on AMD64, where %_libdir is /usr/lib64 instead) support-files/mysql.spec.sh: - removed the GIF Icon (file was not included in the sources anyway) - removed unused variable %shared_lib_version - do not run automake before building the standard binary (should not be necessary) - add server suffix '-standard' to standard binary (to be in line with the binary tarball distributions) - Use more RPM macros (_exec_prefix, _sbindir, _libdir, _sysconfdir, _datadir, _includedir) throughout the spec file (using _libdir was required to be used anyway to be able to build on AMD64). - allow overriding CC and CXX (required when building with other compilers)
Diffstat (limited to 'support-files/MySQL-shared-compat.spec.sh')
-rw-r--r--support-files/MySQL-shared-compat.spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/MySQL-shared-compat.spec.sh b/support-files/MySQL-shared-compat.spec.sh
index f569dc20f42..06dfec1f6f9 100644
--- a/support-files/MySQL-shared-compat.spec.sh
+++ b/support-files/MySQL-shared-compat.spec.sh
@@ -69,4 +69,4 @@ rpm2cpio %{SOURCE1} | cpio -iv --make-directories
%files
%defattr(-, root, root)
-/usr/lib/libmysqlclient*
+%{_libdir}/libmysqlclient*