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
4436e979
Commit
4436e979
authored
Feb 11, 2015
by
Mike DePaulo
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build when LDFLAGS (etc) contains spaces.
Was needed and was tested on Ubuntu 14.04.
parent
6fc37fa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rules
debian/rules
+4
-4
No files found.
debian/rules
View file @
4436e979
...
...
@@ -2,10 +2,10 @@
NULL =
export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS
--export=cmdline
)
export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS
--export=cmdline
)
export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS
--export=cmdline
)
export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS
--export=cmdline
)
export LIBDIR = "/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)"
export INCLUDEDIR = "/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)"
...
...
dimbor
@dimbor
mentioned in commit
fa8fb728
·
Jan 26, 2018
mentioned in commit
fa8fb728
mentioned in commit fa8fb728824ab71cf578b1463e0daddc601f5fc8
Toggle commit list
dimbor
@dimbor
mentioned in commit
db3c6a6d
·
Jan 26, 2018
mentioned in commit
db3c6a6d
mentioned in commit db3c6a6d2ce6e5ca7528b918327104df0c846b53
Toggle commit list
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