diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2012-02-14 08:26:50 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-02-14 08:27:12 +0100 |
commit | 448a1db30bd68025dea51ea98a52a16658f6f03c (patch) | |
tree | ffea8271adfad947cf6bd3bdf616a44e018969d7 /debian/patches | |
parent | b087877b25af2c3ed9cd405fd1c867c8817223e9 (diff) | |
download | nx-libs-448a1db30bd68025dea51ea98a52a16658f6f03c.tar.gz nx-libs-448a1db30bd68025dea51ea98a52a16658f6f03c.tar.bz2 nx-libs-448a1db30bd68025dea51ea98a52a16658f6f03c.zip |
Update patch: 001_add-main-makefile.full+lite.patch, allow passing of configure args.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/001_add-main-makefile.full+lite.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/001_add-main-makefile.full+lite.patch b/debian/patches/001_add-main-makefile.full+lite.patch index f10144608..7f79277d7 100644 --- a/debian/patches/001_add-main-makefile.full+lite.patch +++ b/debian/patches/001_add-main-makefile.full+lite.patch @@ -32,7 +32,7 @@ Last-Update: 2011-12-31 + cd nxcompext && autoconf + cd nxcompshad && autoconf + cd nx-X11 && $(MAKE) World -+ cd nxproxy && autoconf && ./configure && $(MAKE) ++ cd nxproxy && autoconf && (${CONFIGURE}) && $(MAKE) + +build: + if ! test -d nx-X11; then \ |