From b9cbabd60d3ef612cb7407b2d1e367ad8e404155e42d5cca0506ba65c1b6b7da Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 17 May 2018 16:20:49 +0000 Subject: [PATCH] PIE is implicit in Factory OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=22 --- schily.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/schily.spec b/schily.spec index b4b1c82..0687277 100644 --- a/schily.spec +++ b/schily.spec @@ -416,17 +416,11 @@ rm -fv libshedit/shlshedit.mk # Static link libsiconv. It forwards to glibc iconv for supported charsets. rm -fv libsiconv/shlsiconv.mk -find . -type f -exec touch {} + - # - To enable verbosity, use with CC=cc LDCC=cc DYNLD=cc. # - Not fully parallel safe, so stick to default. # mycf="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -finput-charset=ISO-8859-1" gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" -rm -fv cdrecord/OBJ/*/cdrecord cdda2wav/OBJ/*/cdda2wav readcd/OBJ/*/readcd -# At this point, only the three programs should be relinked. -# But on Leap 42.3, a bunch of .c files get rebuilt if we don't touch (see above). -gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf -fPIE" LDOPTX=-pie %install b="%buildroot"