Skip to content
Snippets Groups Projects
Commit f42ddbfb authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Fix spec bug

parent 44d76a63
No related branches found
No related tags found
No related merge requests found
...@@ -52,14 +52,14 @@ modules provide for navigating and modifying MIME parts. ...@@ -52,14 +52,14 @@ modules provide for navigating and modifying MIME parts.
%prep %prep
%setup %setup
#%patch -p0 -b .bms #patch -p0 -b .bms
%build %build
if %{redhat9}; then %if %{redhat9}
LDFLAGS="-g" LDFLAGS="-g"
else %else
LDFLAGS="-s" LDFLAGS="-s"
fi %endif
env CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$LDFLAGS" %{python} setup.py build env CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$LDFLAGS" %{python} setup.py build
%install %install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment