shared-openal.patch 524 B

12345678910111213
  1. diff -Nur freealut-1.1.0-old/src/Makefile.am freealut-1.1.0/src/Makefile.am
  2. --- freealut-1.1.0-old/src/Makefile.am 2006-11-17 14:08:18.000000000 +0200
  3. +++ freealut-1.1.0/src/Makefile.am 2006-11-17 14:08:21.000000000 +0200
  4. @@ -20,7 +20,7 @@
  5. alutWaveform.c
  6. # We use sin and floor, so we might need -lm, autoconf takes care of this.
  7. -libalut_la_LIBADD = $(LIBM)
  8. +libalut_la_LIBADD = $(LIBM) -lopenal -lpthread
  9. # The following libtool flag is neccessary for building DLLs on Windows.
  10. libalut_la_LDFLAGS = -no-undefined