diff options
author | lenz@mysql.com <> | 2003-07-09 15:51:31 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2003-07-09 15:51:31 +0200 |
commit | f4ec8a73da57547771b77317ad5592121e7a63e0 (patch) | |
tree | 37e53e21823552feb67316b0aae4a4b7b4fb636a /support-files/MySQL-shared-compat.spec.sh | |
parent | 7326dcbf23c0c5a2c68d57809e2934b9986d9d6b (diff) | |
download | mariadb-git-f4ec8a73da57547771b77317ad5592121e7a63e0.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
Diffstat (limited to 'support-files/MySQL-shared-compat.spec.sh')
-rw-r--r-- | support-files/MySQL-shared-compat.spec.sh | 2 |
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* |