mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-24 06:52:17 +08:00
15 lines
348 B
Groff
15 lines
348 B
Groff
####### Begin Yellow Jacket GNU/Linux Specific Macros
|
|
%dist yjl
|
|
|
|
# we are 64-bit but not traditional multilib
|
|
%_lib lib
|
|
%_libdir /usr/lib
|
|
|
|
# Many (most?) distros use /{,usr/}sbin for install-info
|
|
%insinfo %{_bindir}/install-info
|
|
|
|
# Most distros use OpenSSL for the OpenSSL API
|
|
%libresslAPI true
|
|
|
|
####### End Yellow Jacket GNU/Linux Specific Macros
|