5fea016b26
Some refactoring: only enable what we really need (that is ossaudio(4) for mixer control and events playing) -- disable everything else (avahi, dbus, consolekit, x11, gconf...) ok robert@ (maintainer)
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.2 2011/10/01 08:37:30 ajacoutot Exp $
|
|
|
|
- Don't install ALSA and UDEV files on OpenBSD.
|
|
|
|
--- src/Makefile.in.orig Tue Sep 27 09:57:34 2011
|
|
+++ src/Makefile.in Fri Sep 30 14:57:57 2011
|
|
@@ -3109,7 +3109,7 @@ libpulsecommon_@PA_MAJORMINOR@_la_CFLAGS = $(AM_CFLAGS
|
|
libpulsecommon_@PA_MAJORMINOR@_la_LDFLAGS = $(AM_LDFLAGS) \
|
|
-avoid-version $(am__append_17)
|
|
libpulsecommon_@PA_MAJORMINOR@_la_LIBADD = $(AM_LIBADD) \
|
|
- $(LIBWRAP_LIBS) $(WINSOCK_LIBS) $(LTLIBICONV) \
|
|
+ $(LIBWRAP_LIBS) $(WINSOCK_LIBS) $(LTLIBICONV) -lexecinfo \
|
|
$(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(am__append_23) \
|
|
$(am__append_27)
|
|
|
|
@@ -3628,7 +3628,7 @@ module_x11_cork_request_la_LIBADD = $(MODULE_LIBADD) $
|
|
|
|
# OSS
|
|
liboss_util_la_SOURCES = modules/oss/oss-util.c modules/oss/oss-util.h
|
|
-liboss_util_la_LDFLAGS = -avoid-version
|
|
+liboss_util_la_LDFLAGS = -avoid-version -lossaudio
|
|
liboss_util_la_LIBADD = $(MODULE_LIBADD)
|
|
module_oss_la_SOURCES = modules/oss/module-oss.c
|
|
module_oss_la_LDFLAGS = $(MODULE_LDFLAGS)
|
|
@@ -8622,8 +8622,7 @@ info: info-am
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-dbuspolicyDATA install-dist_alsapathsDATA \
|
|
- install-dist_alsaprofilesetsDATA install-dist_udevrulesDATA \
|
|
+install-data-am: install-dbuspolicyDATA \
|
|
install-pulseconfDATA install-pulseincludeHEADERS \
|
|
install-xdgautostartDATA
|
|
|