diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-04-28 02:18:46 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-04-28 02:18:46 -0500 |
commit | 1ed5b7f51bcce2c0431dc48d2ccaeb3a7f5b663c (patch) | |
tree | d4967b123157df039f2d49fcfbc53ed1c7d64f8b /testing/apache-mod-backtrace/Makefile.in | |
parent | e427ba6c1122c5977ee78e829c3ac42414ae5f6c (diff) | |
download | aports-1ed5b7f51bcce2c0431dc48d2ccaeb3a7f5b663c.tar.bz2 aports-1ed5b7f51bcce2c0431dc48d2ccaeb3a7f5b663c.tar.xz |
testing/apache-mod-backtrace: fixups
Diffstat (limited to 'testing/apache-mod-backtrace/Makefile.in')
-rw-r--r-- | testing/apache-mod-backtrace/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/apache-mod-backtrace/Makefile.in b/testing/apache-mod-backtrace/Makefile.in index 0f55fcc5e3..1f05b116f7 100644 --- a/testing/apache-mod-backtrace/Makefile.in +++ b/testing/apache-mod-backtrace/Makefile.in @@ -16,7 +16,7 @@ APXSLIBDIR=$(DESTDIR)/$(shell $(APXS) -q LIBEXECDIR) MOD_BACKTRACE_SRC = mod_backtrace.c $(SODIR)mod_backtrace.so: $(MOD_BACKTRACE_SRC) - $(APXS) $(APXS_FLAGS) -Wc,-Wall -c -lexecinfo $(MOD_BACKTRACE_SRC) + $(APXS) $(APXS_FLAGS) -Wc,-Wall -c -lubacktrace $(MOD_BACKTRACE_SRC) install: $(SODIR)mod_backtrace.so $(APXS) $(APXS_FLAGS) -S LIBEXECDIR=$(APXSLIBDIR) -n backtrace -i $(SODIR)mod_backtrace.so |