Bug 52675 - arts/examples/Makefile does not honor LDFLAGS
Summary: arts/examples/Makefile does not honor LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: arts
Classification: Miscellaneous
Component: general (show other bugs)
Version: 1.1
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Arnold Krille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-06 18:34 UTC by Tushar Teredesai
Modified: 2003-02-19 15:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tushar Teredesai 2003-01-06 18:34:28 UTC
Version:           1.1 (using KDE KDE 3.0.99)
Installed from:    Compiled From Sources
Compiler:          gcc version 3.2.1 
OS:          Linux

arts/examples/Makefile does not honor LDFLAGS passed to the configure script. I passed LDFLAGS=-s to configure and all the binaries other than testhandle were stripped.

Steps to reproduce:
export LDFLAGS=-s
./configure --prefix=/var/tmp/arts
make
make install

Now execute file /var/tmp/arts/bin/*, only testhandle is not stripped.
Comment 1 Arnold Krille 2003-02-17 21:31:51 UTC
Is this really a bug if one testprogram isn't stripped? 
 
And: Is this still so in the latest release? 
 
Arnold 
Comment 2 Tushar Teredesai 2003-02-17 23:06:13 UTC
I don't know the status with the latest release. But like you said, it it not
that big a problem and is not important:-)
Comment 3 Arnold Krille 2003-02-18 12:37:04 UTC
Perhaps we should make this programm a check_PROGRAMM too? 
 
stw? 
 
Arnold 
Comment 4 Arnold Krille 2003-02-19 15:24:18 UTC
Subject: arts/examples

CVS commit by akrille: 

Making testdhandle a check_PROGRAMM too.

Fixing http://bugs.kde.org/show_bug.cgi?id=52675

CCMAIL: 52675@bugs.kde.org


  M +1 -2      Makefile.am   1.48


--- arts/examples/Makefile.am  #1.47:1.48
@@ -14,6 +14,5 @@
   artscrec artsccat \
   dcasttest hellodynamic hellodynamic2 testasubsys testaggregation \
-  playtofile tradercheck testthreads testnothreads catfile
-bin_PROGRAMS = testdhandle
+  playtofile tradercheck testthreads testnothreads catfile testdhandle
 helloserver_SOURCES = hello.cc helloserver.cc hello_impl.cc
 helloclient_SOURCES = hello.cc helloclient.cc


Comment 5 Arnold Krille 2003-02-19 15:26:41 UTC
*** Bug has been marked as fixed ***.