Browse Source

Prevent 32bit libs from being picked up by libtool and the like

rocket-config
mid-kid 8 years ago
parent
commit
9b34eb04b9
  1. 2
      etc/astronaut.conf

2
etc/astronaut.conf

@ -10,6 +10,8 @@ dir_mandir='man'
dir_docdir='doc' dir_docdir='doc'
dir_infodir='info' dir_infodir='info'
export LDFLAGS="-L/$dir_prefix/$dir_libdir"
options='!pulseaudio,!gtk3' options='!pulseaudio,!gtk3'
package_options() { package_options() {
case "$1" in case "$1" in

Loading…
Cancel
Save