Commit 397d3ac0 authored by Mike Gabriel's avatar Mike Gabriel

debian/rules: Drop redundant --with-symbols configure option, '-g' already gets added by debhelper.

parent 41ea54b0
...@@ -11,7 +11,7 @@ export LIBEXECDIR = "$(LIBDIR)/nx/bin" ...@@ -11,7 +11,7 @@ export LIBEXECDIR = "$(LIBDIR)/nx/bin"
export INCLUDEDIR = "/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)" export INCLUDEDIR = "/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)"
%: %:
CONFIGURE="./configure --with-symbols --prefix=/usr --libdir=$(LIBDIR) --includedir=$(INCLUDEDIR) --libexecdir=$(LIBEXECDIR)" dh $@ --with quilt CONFIGURE="./configure --prefix=/usr --libdir=$(LIBDIR) --includedir=$(INCLUDEDIR) --libexecdir=$(LIBEXECDIR)" dh $@ --with quilt
override_dh_auto_clean: override_dh_auto_clean:
rm -Rf nx-X11/.build-exports rm -Rf nx-X11/.build-exports
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment