Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
9282c00e
Commit
9282c00e
authored
Feb 14, 2012
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update patch: 001_add-main-makefile.full+lite.patch, fix missing $(CONFIGURE) variable.
parent
6a96ae45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
changelog
debian/changelog
+2
-0
001_add-main-makefile.full+lite.patch
debian/patches/001_add-main-makefile.full+lite.patch
+6
-4
No files found.
debian/changelog
View file @
9282c00e
...
...
@@ -14,6 +14,8 @@ nx-libs (2:3.5.0.11-0) UNRELEASED; urgency=low
* Rename patches 030_nx-X11_... and 031_nx-X11_..., the tarball roll script
currently requires ,,full'' or ,,full+lite'' in the file name.
* Make patch headers DEP5 compliant (030_nx-X11_... and 031_nx-X11_...).
* Update patch: 001_add-main-makefile.full+lite.patch, fix missing $(CONFIGURE)
variable.
[ Jan Engelhardt ]
* Update patch: 001_add-main-makefile.full+lite.patch, allow passing of
...
...
debian/patches/001_add-main-makefile.full+lite.patch
View file @
9282c00e
...
...
@@ -5,9 +5,11 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Last-Update: 2011-12-31
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3
4
@@
@@ -0,0 +1,3
6
@@
+#!/usr/bin/make -f
+
+CONFIGURE=./configure
+
+%:
+ ${MAKE} -C nxcomp $@
+ ${MAKE} -C nxproxy $@
...
...
@@ -23,12 +25,12 @@ Last-Update: 2011-12-31
+ echo "No testing for NX (redistributed)"
+
+build-lite:
+ cd nxcomp && autoconf &&
./configure
&& ${MAKE}
+ cd nxproxy && autoconf &&
./configure
&& ${MAKE}
+ cd nxcomp && autoconf &&
(${CONFIGURE})
&& ${MAKE}
+ cd nxproxy && autoconf &&
(${CONFIGURE})
&& ${MAKE}
+
+build-full:
+# in the full case, we rely on "magic" in the nx-X11 imake-based makefiles...
+ cd nxcomp && autoconf
&& ./configure
+ cd nxcomp && autoconf
+ cd nxcompext && autoconf
+ cd nxcompshad && autoconf
+ cd nx-X11 && ${MAKE} World
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment