Bug 18940 - openssl spec file missing include path
Summary: openssl spec file missing include path
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: openssl
Version: 7.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-12 10:11 UTC by Keith Owens
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-13 15:47:50 UTC
Embargoed:


Attachments (Terms of Use)

Description Keith Owens 2000-10-12 10:11:46 UTC
The spec file for openssl 0.9.5a-14 contains

# Build the python extensions.
pushd m2crypto-%{m2crypto_version}/swig
make \
        INCLUDE=-I. -I../../include \
        LIBS="-L${TOPDIR} -lssl -lcrypto -lc" \
        PYINCLUDE="-DHAVE_CONFIG_H -I/usr/include/python1.5
-I/usr/lib/python1.5/config"
        PYLIB=/usr/lib/python1.5/config

The INCLUDE parameter needs to be quoted, as

        INCLUDE="-I. -I../../include" \

Without the quotes the second -I is not passed to the Makefiles and a brand
new install of openssl will fail because it cannot find openssl/err.h etc.

Comment 1 Nalin Dahyabhai 2001-02-21 16:19:59 UTC
Fixed this in Raw Hide a while back, but forgot to close out the bug.


Note You need to log in before you can comment on or make changes to this bug.