diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-13 18:38:53 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-13 18:38:53 -0300 |
commit | f47c540657a7114d5c33de1c6cdc982c47a5971a (patch) | |
tree | 7396de5d2cd7bc3e1dde39c3a4d19410378dc13f /pcr/a2jmidid/a2jmidid-dso-pthread.patch | |
parent | 57dba4bb080f9e0cfcedda5291d51dfaaaf05ea5 (diff) | |
parent | ebe5485221a9490bf73eb4da48a290e78ee5a557 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/a2jmidid/a2jmidid-dso-pthread.patch')
-rw-r--r-- | pcr/a2jmidid/a2jmidid-dso-pthread.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/a2jmidid/a2jmidid-dso-pthread.patch b/pcr/a2jmidid/a2jmidid-dso-pthread.patch new file mode 100644 index 000000000..028b9d432 --- /dev/null +++ b/pcr/a2jmidid/a2jmidid-dso-pthread.patch @@ -0,0 +1,20 @@ +diff -aur a2jmidid-8/wscript a2jmidid-8.patched/wscript +--- a2jmidid-8/wscript 2012-07-05 03:14:23.000000000 +0200 ++++ a2jmidid-8.patched/wscript 2012-07-10 17:48:30.710109306 +0200 +@@ -67,6 +67,7 @@ + conf.env['DBUS_ENABLED'] = False + + conf.env['LIB_DL'] = ['dl'] ++ conf.env['LIB_PTHREAD'] = ['pthread'] + + #conf.check_header('expat.h', mandatory=True) + #conf.env['LIB_EXPAT'] = ['expat'] +@@ -152,7 +153,7 @@ + + prog.includes = '.' # make waf dependency tracking work + prog.target = 'a2jmidid' +- prog.uselib = 'ALSA JACK DL' ++ prog.uselib = 'ALSA JACK DL PTHREAD' + if bld.env()['DBUS_ENABLED']: + prog.uselib += " DBUS-1" + prog = bld.create_obj('cc', 'program') |