Browse Source
After https://github.com/termux/termux-packages/pull/4639 has been merged linking against liblog for syslog-using code is no longer needed.build-on-device
Fredrik Fornwall
5 years ago
12 changed files with 14 additions and 55 deletions
@ -1,12 +0,0 @@ |
|||||
--- ../Makefile.am.orig 2019-07-26 23:06:17.899096875 +0200
|
|
||||
+++ ./Makefile.am 2019-07-26 23:18:44.680264101 +0200
|
|
||||
@@ -43,7 +43,8 @@
|
|
||||
$(LIBMPDCLIENT_LIBS) \ |
|
||||
$(libgthread_LIBS) \ |
|
||||
$(libgcrypt_LIBS) \ |
|
||||
- $(libglib_LIBS)
|
|
||||
+ $(libglib_LIBS) \
|
|
||||
+ -llog
|
|
||||
|
|
||||
AM_CPPFLAGS += -DFILE_CONF='"$(sysconfdir)/mpdscribble.conf"' |
|
||||
|
|
Loading…
Reference in new issue