forked from lxde/sidplay-libs
- Move libs from sidplay/builders to libdir to avoid the need for rpath and the knowledge about sidplay internals sidplay-libs.builders.patch - Remove static libraries OBS-URL: https://build.opensuse.org/request/show/449588 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/sidplay-libs?expand=0&rev=7
12 lines
253 B
Diff
12 lines
253 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -2,7 +2,7 @@ AC_INIT(Makefile.am)
|
|
|
|
#Variables
|
|
pwd=`pwd`
|
|
-builders='${libdir}'/sidplay/builders
|
|
+builders='${libdir}'
|
|
ac_configure_args="$ac_configure_args --disable-library-checks"
|
|
|
|
AC_CONFIG_AUX_DIR(unix)
|