Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240411 Details for
Bug 262803
dev-util/astyle doesn't respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
respect LDFLAGS
astyle-1.22-Makefile.diff (text/plain), 1.89 KB, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-07-28 12:12:17 UTC
(
hide
)
Description:
respect LDFLAGS
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-07-28 12:12:17 UTC
Size:
1.89 KB
patch
obsolete
>--- files/astyle-1.22-Makefile.patch.orig 2010-07-28 12:06:54.000000000 +0000 >+++ files/astyle-1.22-Makefile.patch 2010-07-28 12:06:09.000000000 +0000 >@@ -12,14 +12,14 @@ > -CFLAGSad = -DASTYLE_LIB -g $(CBASEFLAGS) > -CFLAGSsj = -DNDEBUG -DASTYLE_JNI -O3 -fpic $(CBASEFLAGS) $(JAVAINCS) > -CFLAGSsjd = -DASTYLE_JNI -g -fpic $(CBASEFLAGS) $(JAVAINCS) >-+CFLAGSb = -DNDEBUG $(CFLAGS) >-+CFLAGSd = -g $(CFLAGS) >-+CFLAGSs = -DNDEBUG -DASTYLE_LIB -fPIC $(CFLAGS) >-+CFLAGSsd = -DASTYLE_LIB -g -fPIC $(CFLAGS) >-+CFLAGSa = -DNDEBUG -DASTYLE_LIB $(CFLAGS) >-+CFLAGSad = -DASTYLE_LIB -g $(CFLAGS) >-+CFLAGSsj = -DNDEBUG -DASTYLE_JNI -fPIC $(CFLAGS) $(JAVAINCS) >-+CFLAGSsjd = -DASTYLE_JNI -g -fPIC $(CFLAGS) $(JAVAINCS) >++CFLAGSb = -DNDEBUG $(CXXFLAGS) >++CFLAGSd = -g $(CXXFLAGS) >++CFLAGSs = -DNDEBUG -DASTYLE_LIB -fPIC $(CXXFLAGS) >++CFLAGSsd = -DASTYLE_LIB -g -fPIC $(CXXFLAGS) >++CFLAGSa = -DNDEBUG -DASTYLE_LIB $(CXXFLAGS) >++CFLAGSad = -DASTYLE_LIB -g $(CXXFLAGS) >++CFLAGSsj = -DNDEBUG -DASTYLE_JNI -fPIC $(CXXFLAGS) $(JAVAINCS) >++CFLAGSsjd = -DASTYLE_JNI -g -fPIC $(CXXFLAGS) $(JAVAINCS) > > # object files are built from the source list $(SRC) > # a suffix is added for each build >@@ -37,7 +37,7 @@ > astyle: $(OBJ) > @ mkdir -p $(bindir) > - $(CXX) -s -o $(bindir)/$@ $^ >-+ $(CXX) -o $(bindir)/$@ $^ >++ $(CXX) $(LDFLAGS) -o $(bindir)/$@ $^ > @ echo > > debug: astyled >@@ -46,7 +46,7 @@ > libastyle.so: $(OBJs) > @ mkdir -p $(bindir) > - $(CXX) -shared -Wl,-soname,$@ -s -o $(bindir)/$@ $^ >-+ $(CXX) -shared -Wl,-soname,$@ -o $(bindir)/$@ $^ >++ $(CXX) $(LDFLAGS) -shared -Wl,-soname,$@ -o $(bindir)/$@ $^ > @ echo > > shareddebug: libastyled.so >@@ -57,7 +57,7 @@ > libastylej.so: $(OBJsj) > @ mkdir -p $(bindir) > - $(CXX) -shared -Wl,-soname,$@ -s -o $(bindir)/$@ $^ >-+ $(CXX) -shared -Wl,-soname,$@ -o $(bindir)/$@ $^ >++ $(CXX) $(LDFLAGS) -shared -Wl,-soname,$@ -o $(bindir)/$@ $^ > @ echo > > javadebug: libastylejd.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262803
: 240411