LFS-RPM/SOURCES/yjl-lfs-macros-11.3
2023-05-18 19:53:34 -07:00

18 lines
436 B
Groff

####### Begin Yellow Jacket GNU/Linux Specific Macros
%dist yjl
# we are 64-bit but not traditional multilib
%_lib lib
%_libdir /usr/lib
# not sure why this has to manually be set but...
%_sharedstatedir %_localstatedir/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